Automated Crowdin downstream (#4567)

Red I18n: "Context comments are changed edition"

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2020-11-02 17:32:43 +01:00
committed by GitHub
parent 08c29d780b
commit ffcf104dfc
368 changed files with 22374 additions and 22272 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Bosnian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Catalan\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
@@ -17,70 +17,70 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Příkazy k čištění zpráv."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Opravdu chcete odstranit {number} zpráv? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Zrušeno."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Odstranit zprávy."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
msgstr "Odstraní poslední X zpráv odpovídající zadanému textu.\\n\\n Příklad:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Nezapomeňte použít dvojité uvozovky.\\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:180
#: 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 "
msgstr "Odstranit poslední X zprávy od zadaného uživatele.\\n\\n Příklady:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\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:244
#: 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 "
msgstr "Odstranit všechny zprávy po zadané zprávě.\\n\\n Pro získání zprávy id povolte vývojářský režim v\\n nastavení Discordu, záložka 'vzhled'. Pak klikněte pravým tlačítkem myši na zprávu\\n a zkopírujte její id.\\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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Zpráva nenalezena."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
msgstr "Odstraní X zprávy před zadanou zprávou.\\n\\n Pro získání zprávy id povolte vývojářský režim v\\n nastavení Discordu, záložka 'vzhled'. Pak klikněte pravým tlačítkem myši na zprávu\\n a zkopírujte její id.\\n "
#: redbot/cogs/cleanup/cleanup.py:325
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
msgstr "Odstranit poslední X zpráv.\\n\\n Příklad:\\n `[p]cleanup messages 26`\\n "
#: redbot/cogs/cleanup/cleanup.py:400
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Vyčistií příkazy a zprávy od bota."
#: redbot/cogs/cleanup/cleanup.py:480
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n "
msgstr "Smaže duplicitní zprávy v kanálu z posledních X zpráv a uchovává pouze jednu kopii.\\n\\n Výchozí nastavení je 50.\\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 ""
#: 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 ""
#: redbot/cogs/cleanup/cleanup.py:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15
msgid "{} doesn't look like a valid message ID."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Danish\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
@@ -17,70 +17,70 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Befehle um mehrere Nachrichten zu löschen."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Bist du dir sicher, dass du {number} Nachrichten löschen möchtest? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Abgebrochen."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Nachrichten löschen."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
msgstr "Löscht die letzten X Nachrichten, die einem bestimmten Text entsprechen.\\n\\n Beispiel:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Bitte denke daran, amerikanische Anführungszeichen zu nutzen.\\n \\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:180
#: 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 "
msgstr "Lösche die letzten X Nachrichten von einem bestimmten Mitglied.\\n\\n Beispiele:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\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:244
#: 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 "
msgstr "Alle Nachrichten nach einer bestimmten Nachricht werden gelöscht.\\n\\n Um die Nachrichten-ID zu bekommen, musst den Entwicklermodus in Discord aktivieren. Navigiere dazu in die Einstellungen zum „Aussehen“-Tab. Klicke danach mit der rechten Maustaste auf die gewünschte Nachricht und kopiere die ID.\\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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Nachricht nicht gefunden."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
msgstr "Löscht X Nachrichten vor einer bestimmten Nachricht.\\n\\n Um die Nachrichten-ID zu bekommen, musst den Entwicklermodus in Discord aktivieren. Navigiere dazu in die Einstellungen zum „Aussehen“-Tab. Klicke danach mit der rechten Maustaste auf die gewünschte Nachricht und kopiere die ID.\\n "
#: redbot/cogs/cleanup/cleanup.py:325
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
msgstr "Lösche die letzten X Nachrichten.\\n\\n Beispiel:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Entfernt Nachrichten, welche von dem Bot stammen, oder Befehle sind."
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:480
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n "
msgstr "Nachrichten des Bots bereinigen.\\n\\n Standardmäßig werden alle Nachrichten gelöscht. Wenn ein drittes Argument angegeben ist,\\n wird es für Pattern-Matching verwendet - nur Nachrichten mit dem angegebenen Text werden gelöscht.\\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:551
#: redbot/cogs/cleanup/cleanup.py:528
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n "
msgstr "Löscht doppelte Nachrichten im Kanal aus den letzten X-Nachrichten und behält nur eine Kopie. \\n \\n Der Standardwert ist 50. \\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:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15
msgid "{} doesn't look like a valid message ID."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Greek\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Comandos para limpiar mensajes."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Estas seguro que quieres borrar {number} mensajes? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Cancelado."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Borrar mensajes."
#: redbot/cogs/cleanup/cleanup.py:130
#, 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 "
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:180
#: redbot/cogs/cleanup/cleanup.py:137
#, 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 "
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:244
#: redbot/cogs/cleanup/cleanup.py:192
#, 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: 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 ""
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Mensaje no encontrado."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
@@ -17,72 +17,70 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Commandes pour supprimer des messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Êtes vous sûr de supprimer {number} messages ? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Annulé."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Supprime les messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
msgstr "Supprime les X derniers messages correspondant au texte spécifié.\\n\\n Exemple :\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n N'oubliez pas d'utiliser des guillemets.\\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:180
#: 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 "
msgstr "Supprime les X derniers messages d'un utilisateur spécifié.\\n\\n Exemples :\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\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:244
#: 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 "
msgstr "Supprimer tous les messages après un message spécifié.\\n\\n Pour obtenir l'Id d'un message, activez le mode développeur\\n dans l'onglet \"Apparence\" des paramètres de Discord.\\n Ensuite faites clic droit sur un message et\\n \"Copier l'identifiant\"\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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Message introuvable."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
msgstr "Supprime X messages avant un message spécifié.\\n\\n Pour obtenir l'Id d'un message, activez le mode développeur\\n dans l'onglet \"Apparence\" des paramètres de Discord.\\n Ensuite faites clic droit sur un message et\\n \"Copier l'identifiant\"\n"
" "
#: redbot/cogs/cleanup/cleanup.py:325
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
msgstr "Supprime les X derniers messages.\\n\\n Exemple :\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Supprime les messages de commandes et les messages venant du bot."
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:480
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n "
msgstr "Nettoyer les messages envoyé par le bot.\\n\\n Par défaut, tous les messages sont nettoyés. Si un troisième argument est spécifié,\\n il est utilisé pour le pattern matching - seuls les messages contenant le texte donné seront supprimés.\\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:551
#: redbot/cogs/cleanup/cleanup.py:528
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n "
msgstr "Supprime les messages dupliqués dans le salon des X derniers messages et ne conserve qu'une seule copie.\\n\\n Par défaut à 50.\\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:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15
msgid "{} doesn't look like a valid message ID."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Hebrew\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Indonesian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Dibatalkan."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Pesan tidak ditemukan."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Messaggio non trovato."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "취소되었어요."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "메세지를 찾을 수 없어요."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n"
"MIME-Version: 1.0\n"
@@ -17,80 +17,80 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
msgstr "Er du sikker på at du vil slette {number} meldinger? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
msgstr "Kansellert."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
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 ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: redbot/cogs/cleanup/cleanup.py:402
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:528
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:551
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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."
msgstr ""
msgstr "{} ser ikke ut som en gyldig meldingsID."
#: redbot/cogs/cleanup/converters.py:27
msgid "{arg} is not an integer."
msgstr ""
msgstr "{arg} er ikke et heltall."
#: redbot/cogs/cleanup/converters.py:29
msgid "{arg} is not a positive integer."
msgstr ""
msgstr "{arg} er ikke et positivt heltall."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Commands voor het opschonen van berichten."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Weet je zeker dat je {number} berichten wilt verwijderen? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Geannuleerd."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Verwijder berichten."
#: redbot/cogs/cleanup/cleanup.py:130
#, 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 "
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:180
#: redbot/cogs/cleanup/cleanup.py:137
#, 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 "
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:244
#: redbot/cogs/cleanup/cleanup.py:192
#, 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: 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 ""
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Bericht niet gevonden."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Verwijder commands en berichten van de bot."
#: redbot/cogs/cleanup/cleanup.py:480
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:528
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
@@ -17,70 +17,70 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Komendy służące do czyszczenia wiadomości."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Czy na pewno chcesz usunąć {number} wiadomości? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Anulowano."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Usuń wiadomości."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
msgstr "Usuwa X ostatnich wiadomości zawierających podany tekst.\\n\\n Przykład:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Pamiętaj aby użyć podwójnych cudzysłowów.\\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:180
#: 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 "
msgstr "Usuwa X ostatnich wiadomości od podanego użytkownika.\\n\\n Przykłady:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\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:244
#: 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 "
msgstr "Usuwa wszystkie wiadomości wysłane po podanej wiadomości.\\n\\n Id wiadomości możesz uzyskać poprzez włączenie trybu developerskiego w\\n ustawieniach Discorda, w zakładce 'Wygląd'. Następnie, kliknij prawym przyciskiem myszy na wiadomości\\n i wybierz 'Kopiuj Id'.\\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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Nie znaleziono wiadomości."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
msgstr "Usuwa wszystkie wiadomości wysłane przed podaną wiadomością.\\n\\n Id wiadomości możesz uzyskać poprzez włączenie trybu developerskiego w\\n ustawieniach Discorda, w zakładce 'Wygląd'. Następnie, kliknij prawym przyciskiem myszy na wiadomości\\n i wybierz 'Kopiuj Id'.\\n "
#: redbot/cogs/cleanup/cleanup.py:325
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
msgstr "Usuwa X ostatnich wiadomości.\\n\\n Przykład:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Usuwa wiadomości zawierające komendy i wiadomości wysłane przez bota."
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:480
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n "
msgstr "Czyści wiadomości należące do bota.\\n\\n Domyślnie wszystkie wiadomości są czyszczone. Jeśli podany jest trzeci argument,\\n jest on używany do dopasowywania wzorców - tylko wiadomości zawierające podany tekst zostaną usunięte.\\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:551
#: redbot/cogs/cleanup/cleanup.py:528
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n "
msgstr "Usuwa duplikaty wiadomości na kanale z ostatnich X wiadomości i zachowuje tylko jedną kopię.\\n\\n Domyślnie 50.\\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:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15
msgid "{} doesn't look like a valid message ID."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Cancelado."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Mensagem não encontrada."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Romanian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Команды для очистки сообщений."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Вы уверены, что хотите удалить {number} сообщений? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Отменено."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Удалить сообщения."
#: redbot/cogs/cleanup/cleanup.py:130
#, 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 "
msgstr "Удалить последние X сообщений с соответствующим текстом.\\n\\n Пример:\\n `[p]cleanup text \\\"тест\\\" 5`\\n\\n Не забывайте использовать двойные кавычки.\\n "
#: redbot/cogs/cleanup/cleanup.py:180
#, 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 "
msgstr "Удалить последние X сообщений от указанного пользователя.\\n\\n Пример:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n"
#: redbot/cogs/cleanup/cleanup.py:244
#, 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 "
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:257 redbot/cogs/cleanup/cleanup.py:297
#: 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 ""
#: 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 ""
#: 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 ""
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Сообщение не найдено."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
msgstr "Удаляет X сообщений перед указанным сообщением.\\n\\n Для получения идентификатора сообщения, включить режим разработчика во вкладке\\n в настройках Discord. Затем щелкните правой кнопкой мыши на сообщении\\n и скопируйте его идентификатор.\\n "
#: redbot/cogs/cleanup/cleanup.py:325
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Очистить командные сообщения и сообщения от бота."
#: redbot/cogs/cleanup/cleanup.py:480
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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 ""
#: redbot/cogs/cleanup/cleanup.py:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Slovak\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Serbian (Latin)\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "Avbruten."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Meddelandet kunde inte hittas."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"MIME-Version: 1.0\n"
@@ -17,70 +17,70 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Mesajları silmek için komutlar."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "{number} iletileri silmek istediğinizden emin misiniz? (e/h)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "İptal."
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "Mesajları sil."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
msgstr "Belirtilen mesajla eşleşen X sayı da mesajı siler.\\n\\n Örneğin:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Çift tırnak kullanmayı unutmayın.\\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:180
#: 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 "
msgstr "Belirtilen kullanıcının X sayı da mesajını siler.\\n\\n Örneğin:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\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:244
#: 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 "
msgstr "Belirtilen mesajdan sonra gelen tüm mesajları siler.\\n\\n Mesaj ID'sini alabilmek için Discord ayarlarından\\n , 'appearance' sekmesindeki developer modunu açın. Sonra istediğiniz mesaja sağ tıklayıp ID alabilirsiniz.\\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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "Mesaj bulunamadı."
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
msgstr "Belirtilen mesajdan önce bulunan X sayı da mesajı siler.\\n\\n Mesaj ID'sini alabilmek için Discord ayarlarından\\n , 'appearance' sekmesindeki developer modunu açın. Sonra istediğiniz mesaja sağ tıklayıp ID alabilirsiniz.\\n "
#: redbot/cogs/cleanup/cleanup.py:325
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
msgstr "X sayı da son mesajları siler.\\n\\n Örneğin:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Komut mesajlarını ve mesajları bottan temizleyin."
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:480
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n "
msgstr "Botun sahip olduğu mesajları temizleyin. Varsayılan olarak, tüm iletiler temizlenir.\\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:551
#: redbot/cogs/cleanup/cleanup.py:528
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n "
msgstr "Kanaldaki yinelenen mesajları son X mesajından siler ve yalnızca bir kopyasını tutar.\\n\\n Varsayılan değeri 50.\\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:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15
msgid "{} doesn't look like a valid message ID."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Traditional, Hong Kong\n"
"MIME-Version: 1.0\n"
@@ -17,69 +17,69 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
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:180
#: 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 "
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:244
#: 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 "
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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
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:325
#: 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\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:400
#: redbot/cogs/cleanup/cleanup.py:440
#, docstring
msgid "Clean up command messages and messages from the bot."
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:480
#: 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 third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:610
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\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

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-18 14:45+0000\n"
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n"
@@ -17,70 +17,70 @@ msgstr ""
#: redbot/cogs/cleanup/cleanup.py:23
#, docstring
msgid "Commands for cleaning up messages."
msgstr "刪除訊息的命令。"
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:47
#: redbot/cogs/cleanup/cleanup.py:54
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "您確定要刪除{number}則訊息嗎? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:61
#: redbot/cogs/cleanup/cleanup.py:68
msgid "Cancelled."
msgstr "已取消。"
#: redbot/cogs/cleanup/cleanup.py:120
#: redbot/cogs/cleanup/cleanup.py:127
#, docstring
msgid "Delete messages."
msgstr "刪除訊息。"
msgid "Base command for deleting messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:130
#: 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 "
msgstr "刪除與指定文字相符的最後X條訊息。\\n\\n 範例:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n 請記得使用雙引號。\\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:180
#: 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 "
msgstr "刪除指定使用者的最後X條訊息。\\n\\n 範例:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\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:244
#: 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 "
msgstr "刪除指定訊息後的所有訊息。\\n\\n 要取得訊息ID的話請在Discord的設定中點選“外觀”標籤\\n 並在\"進階\"中啟用\"開發者模式\"。 然後右鍵點選一條訊息\\n 並點選複製ID。\\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:257 redbot/cogs/cleanup/cleanup.py:297
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
msgid "Message not found."
msgstr "未找到訊息。"
#: redbot/cogs/cleanup/cleanup.py:284
#: redbot/cogs/cleanup/cleanup.py:307
#, docstring
msgid "Deletes X messages before 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 "
msgstr "刪除指定訊息前的X則訊息。\\n\\n 要取得訊息ID的話請在Discord的設定中點選“外觀”標籤\\n 並在\"進階\"中啟用\"開發者模式\"。 然後右鍵點選一條訊息\\n 並點選複製ID。\\n "
#: redbot/cogs/cleanup/cleanup.py:325
#, 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 "
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:367
#: redbot/cogs/cleanup/cleanup.py:354
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
msgstr "刪除最後的X訊息。\\n\\n 範例:\\n `[p]cleanup messages 26`\\n "
#: redbot/cogs/cleanup/cleanup.py:400
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "清理命令訊息和來自機器人的訊息。"
#: redbot/cogs/cleanup/cleanup.py:480
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\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:551
#: redbot/cogs/cleanup/cleanup.py:402
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n "
msgstr "從最新的X則訊息中刪除的重複訊息僅保留一則訊息。\\n\\n 預設是50。\\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 ""
#: 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 ""
#: redbot/cogs/cleanup/cleanup.py:610
#, 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 ""
#: redbot/cogs/cleanup/converters.py:15
msgid "{} doesn't look like a valid message ID."