mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 09:08:58 -05:00
Automated Crowdin downstream (#6161)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
69cf604e0e
commit
a59e73a605
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
Reference in New Issue
Block a user