[i18n] Automated Crowdin downstream (#5087)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-05-28 20:09:47 +02:00
committed by GitHub
parent 305161110e
commit ce4fd6cca8
722 changed files with 134414 additions and 96133 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
"POT-Creation-Date: 2021-05-23 14:25+0000\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -45,7 +45,7 @@ msgstr "Alap parancs üzenetek törlésére."
#: redbot/cogs/cleanup/cleanup.py:154
#, docstring
msgid "Delete the last X messages matching the specified text.\n\n"
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"
" Remember to use double quotes.\n\n"
@@ -53,18 +53,11 @@ msgid "Delete the last X messages matching the specified text.\n\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Törli az utolsó X üzenetet, ami egyezik a megadott szöveggel.\n\n"
" Például:\n"
" - `[p]cleanup text \"teszt\" 5`\n\n"
" Ne felejtsd el használni az idézőjeleket\n\n"
" **Paraméterek:**\n\n"
" - `<number>` A törlendő üzenetek maximális száma. Pozitív egész szám kell legyen.\n"
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:209
#, docstring
msgid "Delete the last X messages from a specified user.\n\n"
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"
@@ -73,15 +66,7 @@ msgid "Delete the last X messages from a specified user.\n\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Törli az utolsó X üzenetet egy adott felhasználótól.\n\n"
" Például:\n"
" - `[p]cleanup user @Twentysix 2`\n"
" - `[p]cleanup user Red 6`\n\n"
" **Paraméterek:**\n\n"
" - `<user>` Felhasználó, akinek az üzeneteit törölni szeretnénk.\n"
" - `<number>`A törlendő üzenetek maximális száma. Pozitív egész szám kell legyen.\n"
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:282
#, docstring
@@ -137,39 +122,28 @@ msgstr "Törli az üzeneteket a két megadott üzenet között.\n\n"
#: redbot/cogs/cleanup/cleanup.py:438
#, docstring
msgid "Delete the last X messages.\n\n"
msgid "Delete the last X messages in the current channel.\n\n"
" Example:\n"
" - `[p]cleanup messages 26`\n\n"
" **Arguments:**\n\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Törli az utolsó X üzenetet.\n\n"
" Például:\n"
" - `[p]cleanup messages 26`\n\n"
" **Paraméterek:**\n\n"
" - `<number>` A törlendő üzenetek maximális száma. Pozitív egész szám kell legyen.\n"
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:476
#, docstring
msgid "Clean up command messages and messages from the bot.\n\n"
msgid "Clean up command messages and messages from the bot in the current channel.\n\n"
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
" **Arguments:**\n\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Törli a parancs üzeneteket és a bot válaszait.\n\n"
" Csak akkor törli az egyéni és cog parancsokat, ha az alias parancsok és az adott cog-ok be vannak töltve.\n\n"
" **Paraméterek:**\n\n"
" - `<number>` A törlendő üzenetek maximális száma. Pozitív egész szám kell legyen.\n"
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:564
#, docstring
msgid "Clean up messages owned by the bot.\n\n"
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"
@@ -181,18 +155,7 @@ msgid "Clean up messages owned by the bot.\n\n"
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "A bot által elküldött üzenetek takarítása.\n\n"
" Alapértelmezésből minden üzenet takarítva lesz. Ha egy második paraméter is meg van adva,\n"
" minták párosítására lesz használva - csak a szöveget tartalmazó üzenetek lesznek törölve.\n\n"
" Példák:\n"
" - `[p]cleanup self 6`\n"
" - `[p]cleanup self 10 Pong`\n"
" - `[p]cleanup self 7 \"\" True`\n\n"
" **Paraméterek:**\n\n"
" - `<number>` A takarítandó üzenetek maximális száma. Pozitív számnak kell lennie.\n"
" - `<match_pattern>` A szöveg, amit az üzeneteknek tartalmazniuk kell hogy törölve legyenek. Használd ezt: \"\" ennek a kihagyásához.\n"
" - `<delete_pinned>` Hogy töröljön-e kitűzött üzeneteket. Alapértelmezett: hamis (false)\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:650
#, docstring