mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Automated Crowdin downstream (#4804)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ae87aa396a
commit
663876fba3
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bosnian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Catalan\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Zpráva nenalezena."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Nachricht nicht gefunden."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Greek\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,8 +17,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgstr "Este módulo contiene comandos usados para \\\"limpiar\\\" (eliminar) mensajes.\\n\\n Esto está diseñado como una herramienta de moderación y ofrece muchos casos de uso convenientes.\\n Todos los comandos de limpieza sólo se aplican al canal en el que se ejecuta el comando.\\n\\n Los mensajes anteriores a dos semanas no pueden ser eliminados en masa.\\n Esto es una limitación de la API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
@@ -35,18 +40,40 @@ msgstr "Comando base para eliminar mensajes."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Eliminar los últimos X mensajes que coincidan con el texto especificado.\\n\\n Ejemplo:\\n - `[p]texto de limpieza \\\"test\\\" 5`\\n\\n Recuerda usar comillas dobles.\\n\\n **Argumentos:**\\n\\n - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\\n - `<delete_pinned>` Si eliminar o no los mensajes fijos. Por defecto es False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Eliminar los últimos X mensajes de un usuario especificado.\\n\\n Ejemplos:\\n - `[p]limpiar usuario @Twentysix 2`\\n - `[p]limpiar usuario rojo 6`\\n\\n **Argumentos:**\\n\\n - `<user>` El usuario cuyos mensajes serán limpiados.\\n - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\\n - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
msgid "Message not found."
|
||||
@@ -54,33 +81,75 @@ msgstr "Mensaje no encontrado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Elimine los mensajes entre el mensaje Uno y el mensaje dos, proporcionando los identificadores de los mensajes.\\n\\n El primer ID del mensaje debe ser el mensaje más antiguo y el segundo el más nuevo.\\n\\n Ejemplo:\\n - `[p]limpieza entre 123456789123456789 987654321987654321`\\n\\n **Argumentos:**\\n\\n - `<one>` El id del mensaje a limpiar después. Este mensaje no se eliminará.\\n - `<two>` El id del mensaje a limpiar antes. Este mensaje no se eliminará.\\n - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Eliminar los últimos mensajes en X.\\n\\n Ejemplo:\\n - `[p]mensajes de limpieza 26`\\n\\n **Argumentos:**\\n\\n - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\\n - `<delete_pinned>` Si eliminar o no los mensajes fijos. Por defecto es False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Limpiar mensajes de comandos y mensajes del bot.\\n\\n Sólo puede limpiar comandos personalizados y comandos de alias si se cargan esos programas.\\n\\n **Argumentos:**\\n\\n - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\\n - `<delete_pinned>` Si desea eliminar o no los mensajes fijos. Por defecto es False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Limpiar mensajes propiedad del bot.\\n\\n Por defecto, todos los mensajes se limpian. Si se especifica un segundo argumento,\\n se utiliza para la coincidencia de patrones - sólo se eliminarán los mensajes que contengan el texto dado.\\n\\n Ejemplos:\\n - `[p]limpieza propia 6`\\n - `[p]limpieza propia 10 Pong`\\n - `[p]limpieza propia 7 \\\"\\\" Verdadero`\\n\\n **Argumentos:**\\n\\n - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\\n - `<match_pattern>` El texto que los mensajes deben contener para ser eliminados. Use \\\"\\\" para omitir esto.\\n - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgstr "Elimina mensajes duplicados en el canal de los últimos mensajes X y conserva sólo una copia.\\n\\n Por defecto es 50.\\n\\n **Argumentos:**\\n\\n - `<number>` El número de mensajes a buscar duplicados. Debe ser un entero positivo.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,8 +17,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgstr "Ce cog contient des commandes utilisées pour \\\"nettoyer\\\" (supprimer) des messages.\\n\\n Il a été conçu comme un outil de modérateur et offre de nombreux cas d'usage.\\n Toutes les commandes de suppression s'appliquent seulement dans le salon dans lequel la commande est exécutée.\\n\\n Les messages de plus de deux semaines ne peuvent pas être supprimés en masse.\\n Ceci est une limitation de l'API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
@@ -35,18 +40,40 @@ msgstr "Commande de base pour supprimer les messages."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
msgid "Message not found."
|
||||
@@ -54,33 +81,75 @@ msgstr "Message introuvable."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgstr "Supprime les messages dupliquées dans le salon depuis les X derniers messages et garde une seule copie.\\n\\n Par défaut à 50.\\n\\n**Arguments:**\\n\\n - `<number>` Le nombre de message à vérifier comme doublon. Doit être un nombre positif.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hebrew\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,8 +17,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgstr "Ez a cog üzenetek \\\"tisztogatására\\\" (törlésére) szolgáló parancsokat tartalmaz.\\n\\n Ez egy moderációs eszköznek lett tervezve, és számos kényelmes funckiót tartalmaz.\\n Az összes tisztogató parancs arra a csatornára vonatkozik, ahol az ki volt adva.\\n\\n A két hétnél régebbi üzenetek nem törölhetőek csoportosan.\\n Ez az API limitációja.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
@@ -35,18 +40,40 @@ msgstr "Alap parancs üzenetek törlésére."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Törli az utolsó X üzenetet, ami egyezik a megadott szöveggel.\\n\\n Például:\\n - `[p]cleanup text \\\"teszt\\\" 5`\\n\\n Ne felejtsd el használni az idézőjeleket\\n\\n **Paraméterek:**\\n\\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 "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Törli az utolsó X üzenetet egy adott felhasználótól.\\n\\n Például:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Paraméterek:**\\n\\n - `<user>` Felhasználó, akinek az üzeneteit törölni szeretnénk.\\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 "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
msgid "Message not found."
|
||||
@@ -54,33 +81,75 @@ msgstr "Üzenet nem található."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Törli az üzeneteket a két megadott üzenet között.\\n\\n Az első üzenet ID a régebbi, a második az újabb kell legyen.\\n\\n Például:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Paraméterek:**\\n\\n - `<one>` Az első üzenet ID-je. Ez még nem lesz törölve.\\n - `<two>` A második üzenet ID-je. Ez már nem lesz törölve.\\n - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Törli az utolsó X üzenetet.\\n\\n Például:\\n - `[p]cleanup messages 26`\\n\\n **Paraméterek:**\\n\\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 "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Törli a parancs üzeneteket és a bot válaszait.\\n\\n Csak akkor törli az egyéni és cog parancsokat, ha az alias parancsok és az adott cog-ok be vannak töltve.\\n\\n **Paraméterek:**\\n\\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 "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "A bot által elküldött üzenetek takarítása.\\n\\n Alapértelmezésből minden üzenet takarítva lesz. Ha egy második paraméter is meg van adva,\\n minták párosítására lesz használva - csak a szöveget tartalmazó üzenetek lesznek törölve.\\n\\n Példák:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Paraméterek:**\\n\\n - `<number>` A takarítandó üzenetek maximális száma. Pozitív számnak kell lennie.\\n - `<match_pattern>` A szöveg, amit az üzeneteknek tartalmazniuk kell hogy törölve legyenek. Használd ezt: \\\"\\\" ennek a kihagyásához.\\n - `<delete_pinned>` Hogy töröljön-e kitűzött üzeneteket. Alapértelmezett: hamis (false)\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgstr "A legutóbbi X üzenet közül törli a duplikált üzeneteket a csatornában, és csak egy üzenetet tart meg belőle.\\n\\n Alapértelmezetten 50 üzenet közül.\\n\\n **Paraméterek**:\\n\\n - `<number>` Az üzenetek száma, amik között a duplikáltakat keresi. Pozitív egész szám kell legyen.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Pesan tidak ditemukan."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Messaggio non trovato."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "메세지를 찾을 수 없어요."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,8 +17,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n 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 Meldinger eldre enn to uker kan ikke masseslettes.\\n Dette er en begrensning i APIet.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
@@ -35,18 +40,40 @@ msgstr "Basiskommando for sletting av meldinger."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Slett de siste X meldingene som matcher den angitte teksten.\\n\\n Eksempel:\\n -[p]cleanup text \\\"test\\\" 5`\\n\\n Husk å bruke doble anførselstegn.\\n\\n **Argumenter:**\\n\\n - `<number>` Maks antall meldinger å rydde opp. Må være et positivt heltall.\\n - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Slett de siste X meldingene som matcher den angitte teksten.\\n\\n Eksempel:\\n -[p]cleanup text \\\"test\\\" 5`\\n\\n Husk å bruke doble anførselstegn.\\n\\n **Argumenter:**\\n\\n - `<number>` Maks antall meldinger å rydde opp. Må være et positivt heltall.\\n - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 innstillinger, 'utseende' fanen. Deretter klikker du en melding\\n og kopierer sin id.\\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 "
|
||||
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"
|
||||
" **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
|
||||
msgid "Message not found."
|
||||
@@ -54,33 +81,75 @@ msgstr "Melding ikke funnet."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 innstillinger, 'utseende' fanen. Deretter klikker du en melding\\n og kopierer sin id.\\n\\n **Argumenter:**\\n\\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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Slett meldingene mellom Melding En og Melding Two, og gjør om meldings-IDer.\\n\\n Den første melding-ID skal være den eldre meldingen og den nest den nyere.\\n\\n Eksempel:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` Inniden av meldingen til opprydding etterpå. Denne meldingen vil ikke bli slettet.\\n - `<two>` beskjeden for å rydde opp før. Denne meldingen vil ikke bli slettet.\\n - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Slett de siste X meldingene.\\n\\n Eksempel:\\n -[p]cleanup messages 26`\\n\\n **Argumenter:**\\n\\n - `<number>` Maks antall meldinger som skal rengjøres. Må være et positivt heltall.\\n - `<delete_pinned>` om for å slette låste meldinger eller ikke. Standarder til usant\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Rydd opp kommando meldinger og meldinger fra boten.\\n\\n Kan bare rense egendefinerte kommandoer og alias kommandoer hvis disse cogs er lastet.\\n\\n **Argumenter:**\\n\\n - `<number>` Maks antall meldinger å rydde opp. Må være et positivt heltall.\\n - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder på False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Rydd opp meldinger som eies av boten.\\n\\n Som standard renses alle meldinger. Hvis et annet argument er angitt,\\n den brukes til mønster som matcher - bare meldinger som inneholder den oppgitte teksten vil bli slettet.\\n\\n Eksempler:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Argumenter:**\\n\\n - `<number>` Maks antall meldinger som skal rykkes opp. Må være et positivt heltall.\\n - `<match_pattern>` Teksten som meldingene må slettes. Bruk \\\"\\\" for å hoppe over dette.\\n - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgstr "Sletter dupliserte meldinger i kanalen fra de siste X meldingene og beholder bare en kopi.\\n\\n Standard til 50.\\n\\n **Argumenter:**\\n\\n - `<number>` Antall meldinger for å sjekke etter duplikater. Må være et positivt heltall.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Bericht niet gevonden."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Nie znaleziono wiadomości."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Mensagem não encontrada."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Romanian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Сообщение не найдено."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Serbian (Latin)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Serbian (Cyrillic)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "Meddelandet kunde inte hittas."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,8 +17,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgstr "Bu modül mesajları \\\"temizlemek\\\" (silmek) için kullanılan komutlar içerir.\\n\\n Bu bir moderatör aracı olarak tasarlanmıştır ve çok sayıda rahatlık sağlar.\\n Temizlik komutlarının tamamı yalnızca çalıştırıldıkları kanal için etkilidir.\\n\\n İki haftadan eski mesajlar topluca silinemez.\\n Bu, Discord'un koyduğu bir sınırlamadır..\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
@@ -35,18 +40,40 @@ msgstr "Mesajları silmek için kullanılan temel komut."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Belirtilen yazıyla uyuşan son X mesajı siler.\\n\\n Örnek:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Çift tırnak kullanmayı unutmayın.\\n\\n **Seçenekler:**\\n\\n - `<number>` En fazla kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Belirtilen kullanıcının attığı son X mesajı sil.\\n\\n Örnekler:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Seçenekler:**\\n\\n - `<user>` Mesajları silinecek kullanıcı.\\n - `<number>` En fazla kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır.\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 mesajdan sonraki tüm mesajları siler.\\n\\n Bir mesaj Idsi öğrenmek için, Discord'un ayarlarında 'görünüm' sekmesinde\\n geliştirici modunu açın. Sonra bir mesaja sağ tıklayın\\n ve Idsini kopyalayın.\\n\\n **Seçenkler:**\\n\\n - `<message_id>` Sonrası silinecek mesajın Idsi. Bu mesajın kendisi silinmeyecektir.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır\\n "
|
||||
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"
|
||||
" **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
|
||||
msgid "Message not found."
|
||||
@@ -54,33 +81,75 @@ msgstr "Mesaj bulunamadı."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 mesajı sil.\\n\\n Bir mesaj Idsi öğrenmek için, Discord'un ayarlarında 'görünüm' sekmesinde\\n geliştirici modunu açın. Sonra bir mesaja sağ tıklayın\\n ve Idsini kopyalayın.\\n\\n **Seçenekler:**\\n\\n - `<message_id>` Gerisi silinecek mesajın Idsi. Bu mesajın kendisi silinmeyecektir.\\n - `<number>` En fazla kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır\\n "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "IDsi verilen iki mesaj arasındaki mesajları siler.\\n\\n İlk mesaj IDsi önceki, ikinci mesaj IDsi sonraki mesajın IDsi olmalıdır.\\n\\n Örnek:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Seçenekler:**\\n\\n - `<one>` Sonrası silinecek mesajın IDsi. Bu mesajın kendisi silinmeyecektir.\\n - `<two>` Öncesi silinecek mesajın IDsi. Bu mesajın kendisi silinmeyecektir.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır.\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Son X mesajı siler.\\n\\n Örnek:\\n - `[p]cleanup messages 26`\\n\\n **Seçenekler:**\\n\\n - `<number>` En fazla kaç mesajın silineceği, pozitif tam sayı olmak zorundadır.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır.\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Komut içeren mesajları ve bot'un attığı mesajları temizler.\\n\\n Eğer yüklülerse yalnızca özel komutlar ve takma ad modüllerinin komutları temizlenebilir.\\n\\n **Seçenekler:**\\n\\n - `<number>` En fazla kaç mesajın silineceği, pozitif tam sayı olmak zorundadır.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır.\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgstr "Bot'a ait mesajları temizle.\\n\\n Varsayılan olarak, tüm mesajlar temizlenir. Eğer ikinci bir seçenek belirtilirse,\\n eşleştirme için kullanılır - yanlızca belirtilmiş seçeneği içeren mesajlar silinir.\\n\\n Örnekler:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Seçenekler:**\\n\\n - `<number>` En fazla kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\\n - `<match_pattern>` Silinmek için bir mesajın ne içermesi gerektiği. Bunu atlamak için \\\"\\\" kullanın.\\n - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır.\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgstr "Son X mesajdan aynı olanları siler ve sadece bir tanesini bırakır.\\n\\n Varsayılan olarak 50.\\n\\n **Seçenekler:**\\n\\n - `<number>` Aynıları için denetlenecek mesaj sayısı, pozitif tam sayı olmak zorundadır.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,7 +17,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#, docstring
|
||||
msgid "This cog contains commands used for \\\"cleaning up\\\" (deleting) messages.\\n\\n This is designed as a moderator tool and offers many convenient use cases.\\n All cleanup commands only apply to the channel the command is executed in.\\n\\n Messages older than two weeks cannot be mass deleted.\\n This is a limitation of the API.\\n "
|
||||
msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n"
|
||||
" This is designed as a moderator tool and offers many convenient use cases.\n"
|
||||
" All cleanup commands only apply to the channel the command is executed in.\n\n"
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
@@ -35,17 +40,39 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n - `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n - `[p]cleanup user @Twentysix 2`\\n - `[p]cleanup user Red 6`\\n\\n **Arguments:**\\n\\n - `<user>` The user whose messages are to be cleaned up.\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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
|
||||
@@ -54,32 +81,74 @@ msgstr "未找到訊息。"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#, 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 **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 "
|
||||
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"
|
||||
" **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 ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#, 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 Example:\\n - `[p]cleanup between 123456789123456789 987654321987654321`\\n\\n **Arguments:**\\n\\n - `<one>` The id of the message to cleanup after. This message won't be deleted.\\n - `<two>` The id of the message to cleanup before. This message won't be deleted.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n - `[p]cleanup messages 26`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
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"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a second argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n\\n Examples:\\n - `[p]cleanup self 6`\\n - `[p]cleanup self 10 Pong`\\n - `[p]cleanup self 7 \\\"\\\" True`\\n\\n **Arguments:**\\n\\n - `<number>` The max number of messages to cleanup. Must be a positive integer.\\n - `<match_pattern>` The text that messages must contain to be deleted. Use \\\"\\\" to skip this.\\n - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\\n "
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:612
|
||||
#, 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 **Arguments:**\\n\\n - `<number>` The number of messages to check for duplicates. Must be a positive integer.\\n "
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The number of messages to check for duplicates. Must be a positive integer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:15
|
||||
|
||||
Reference in New Issue
Block a user