[i18n] Automated Crowdin downstream (#4829)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-02-16 19:22:05 +00:00
committed by GitHub
parent 7b04c04551
commit e80a00ec1b
455 changed files with 28989 additions and 18130 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2021-02-14 15:51+0000\n"
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -33,19 +33,24 @@ msgstr "Parancsok arra hogy kapcsolatba kerülj Red cog kezelőjével."
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
msgstr "\n"
" Listázza a cog útvonalait prioritás szerint.\n"
" "
#: redbot/core/cog_manager.py:333
msgid "Install Path: {install_path}\n"
"Core Path: {core_path}\n\n"
msgstr ""
msgstr "Telepítési útvonal: {install_path}\n"
"Alap útvonal: {core_path}\n\n"
#: redbot/core/cog_manager.py:347
#, docstring
msgid "\n"
" Add a path to the list of available cog paths.\n"
" "
msgstr ""
msgstr "\n"
"Útvonal hozzáadása a jelenlegi cog útvonalakhoz.\n"
" "
#: redbot/core/cog_manager.py:351
msgid "That path does not exist or does not point to a valid directory."
@@ -79,7 +84,9 @@ msgstr "Útvonal sikeresen eltávoltítva."
msgid "\n"
" Reorders paths internally to allow discovery of different cogs.\n"
" "
msgstr ""
msgstr "\n"
" Újrarendezi az útvonalakat hogy engedélyezze a különböző cog-ok felfedezését.\n"
" "
#: redbot/core/cog_manager.py:399
msgid "Invalid 'from' index."
@@ -101,7 +108,12 @@ msgid "\n"
" directory and it must already exist.\n\n"
" No installed cogs will be transferred in the process.\n"
" "
msgstr ""
msgstr "\n"
" Megmutatja a jelenlegi telepítési útvonalat vagy beállítja ha megadtál egyet.\n"
" A megadott útvonalnak abszolútnak vagy relatívnak kell lenni a bot mappájához képest\n"
" és a mappának már léteznie kell.\n\n"
"Az eddig feltelepített cogs-ok nem lesznek áthelyezve.\n"
" "
#: redbot/core/cog_manager.py:427
msgid "That path does not exist."
@@ -116,15 +128,17 @@ msgstr "A bot új cog-okat fog letölteni a `{}` könyvtárba."
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
msgstr "\n"
" Kilistázza a betöltött és elérhető cog-okat.\n"
" "
#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466
msgid "**{} loaded:**\n"
msgstr ""
msgstr "**{} betöltve:**\n"
#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468
msgid "**{} unloaded:**\n"
msgstr ""
msgstr "**{} kirakva:**\n"
#: redbot/core/core_commands.py:177
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
@@ -198,11 +212,14 @@ msgid "Instance owned by: [{owner}]\n"
"Python: [{python_version}] (5)\n"
"discord.py: [{dpy_version}] (6)\n"
"Red version: [{red_version}] (7)\n"
msgstr ""
msgstr "Példány tulajdonosa: [{owner}]\n"
"Python: [{python_version}] (5)\n"
"discord.py: [{dpy_version}] (6)\n"
"Red verziója: [{red_version}] (7)\n"
#: redbot/core/core_commands.py:491
msgid "Outdated: [{state}]\n"
msgstr ""
msgstr "Elavult: [{state}]\n"
#: redbot/core/core_commands.py:494
msgid "**About Red**\n"
@@ -210,7 +227,7 @@ msgstr ""
#: redbot/core/core_commands.py:505
msgid "**About this instance**\n"
msgstr ""
msgstr "**Erről a példányról**\n"
#: redbot/core/core_commands.py:507
msgid "**References**\n"
@@ -493,15 +510,15 @@ msgstr ""
#: redbot/core/core_commands.py:1043
msgid "Global default: {}\n"
msgstr ""
msgstr "Alapértelmezett: {}\n"
#: redbot/core/core_commands.py:1046
msgid "Guild setting: {}\n"
msgstr ""
msgstr "Szerver beállítás: {}\n"
#: redbot/core/core_commands.py:1049
msgid "Channel setting: {}\n"
msgstr ""
msgstr "Csatorna beállítás: {}\n"
#: redbot/core/core_commands.py:1051
msgid "User setting: {}"
@@ -2328,7 +2345,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:122
#: redbot/core/dev_commands.py:36
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:123
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -2349,7 +2371,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:163
#: redbot/core/dev_commands.py:164
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -2369,7 +2391,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:217
#: redbot/core/dev_commands.py:218
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -2378,51 +2400,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:226
#: redbot/core/dev_commands.py:227
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Már most is fut egy REPL értekezlet ebben a csatornában. Lépj ki a `quit` használatával."
#: redbot/core/dev_commands.py:230
#: redbot/core/dev_commands.py:231
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:241
#: redbot/core/dev_commands.py:242
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:255
#: redbot/core/dev_commands.py:256
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:306
#: redbot/core/dev_commands.py:307
msgid "Unexpected error: `{}`"
msgstr "Váratlan hiba: `{}`"
#: redbot/core/dev_commands.py:310
#: redbot/core/dev_commands.py:311
#, docstring
msgid "Pauses/resumes the REPL running in the current channel"
msgstr ""
#: redbot/core/dev_commands.py:312
#: redbot/core/dev_commands.py:313
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:320
#: redbot/core/dev_commands.py:321
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:322
#: redbot/core/dev_commands.py:323
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:327
#: redbot/core/dev_commands.py:328
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:340
#: redbot/core/dev_commands.py:341
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Only reads the raw content of the message. Attachments, embeds etc. are\n"
@@ -2430,17 +2452,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:361
#: redbot/core/dev_commands.py:362
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:369
#: redbot/core/dev_commands.py:370
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:371
#: redbot/core/dev_commands.py:372
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""