mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 09:26:06 -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: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,7 +55,7 @@ msgstr "Alap parancs üzenetek törlésére."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -67,8 +67,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -112,27 +112,19 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Törli az üzeneteket a két megadott üzenet között.\n\n"
|
||||
" Az első üzenet ID a régebbi, a második az újabb kell legyen.\n\n"
|
||||
" Például:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Paraméterek:**\n\n"
|
||||
" - `<one>` Az első üzenet ID-je. Ez még nem lesz törölve.\n"
|
||||
" - `<two>` A második üzenet ID-je. Ez már nem lesz törölve.\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -155,9 +147,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
Reference in New Issue
Block a user