Automated Crowdin downstream (#6344)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-01 02:04:48 +00:00
committed by GitHub
parent 94d12cb45f
commit f01c0ec675
87 changed files with 12224 additions and 7782 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
"POT-Creation-Date: 2024-03-27 04:58+0000\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: cs_CZ\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Příkazy pro rozhraní s Red cog manažerem."
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
@@ -29,13 +29,13 @@ msgstr "\n"
" Vypíše aktuální cesty cogů v pořadí podle priority.\n"
" "
#: redbot/core/_cog_manager.py:334
#: redbot/core/_cog_manager.py:337
msgid "Install Path: {install_path}\n"
"Core Path: {core_path}\n\n"
msgstr "Instalační cesta: {install_path}\n"
" Umístění jádra bota: {core_path}\n\n"
#: redbot/core/_cog_manager.py:348
#: redbot/core/_cog_manager.py:351
#, docstring
msgid "\n"
" Add a path to the list of available cog paths.\n"
@@ -44,15 +44,37 @@ msgstr "\n"
" Přidat cestu k seznamu dostupných cest cogů\n"
" "
#: redbot/core/_cog_manager.py:352
#: redbot/core/_cog_manager.py:355
msgid "That path does not exist or does not point to a valid directory."
msgstr "Tato cesta neexistuje nebo neodkazuje na platný adresář."
#: redbot/core/_cog_manager.py:360
#: redbot/core/_cog_manager.py:364
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
msgstr ""
#: redbot/core/_cog_manager.py:374
msgid "A cog path cannot be part of bot's core path ({core_path})."
msgstr ""
#: redbot/core/_cog_manager.py:416
msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n"
"For example, in the following case, you should be adding the {path} as a **cog path**:\n"
msgstr ""
#: redbot/core/_cog_manager.py:423
msgid "\n"
"Please consult the Cog Manager UI documentation, if you're unsure: "
msgstr ""
#: redbot/core/_cog_manager.py:429
msgid "Okay, the path will not be added."
msgstr ""
#: redbot/core/_cog_manager.py:438
msgid "Path successfully added."
msgstr "Cesta úspěšně přidána."
#: redbot/core/_cog_manager.py:365
#: redbot/core/_cog_manager.py:443
#, docstring
msgid "\n"
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
@@ -60,15 +82,15 @@ msgid "\n"
msgstr "\n"
"Odebere jednu nebo více cest z dostupných ozubených drah daných 'path_numbers' z '[p]paths'. "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Následující cesty byly odstraněny: {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "Následující čísla cest neexistovala: {path_numbers}"
#: redbot/core/_cog_manager.py:403
#: redbot/core/_cog_manager.py:481
#, docstring
msgid "\n"
" Reorders paths internally to allow discovery of different cogs.\n"
@@ -77,19 +99,19 @@ msgstr "\n"
" Interně přeuspořádá cesty pro nalezení jiných cogů.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Neplatný index 'from'."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Neplatný index 'to'."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Cesty byly uspořádány."
#: redbot/core/_cog_manager.py:429
#: redbot/core/_cog_manager.py:507
#, docstring
msgid "\n"
" Returns the current install path or sets it if one is provided.\n\n"
@@ -103,15 +125,15 @@ msgstr "\n"
" V procesu nebudou přenášeny žádné instalované cogy.\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Taková cesta neexistuje."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Bot nainstaluje nové cogs do adresáře `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -120,11 +142,11 @@ msgstr "\n"
" Seznam všech načtených a dostupných cogs.\n"
" "
#: redbot/core/_cog_manager.py:467 redbot/core/_cog_manager.py:482
#: redbot/core/_cog_manager.py:545 redbot/core/_cog_manager.py:560
msgid "**{} loaded:**\n"
msgstr "**{} načteno:**\n"
#: redbot/core/_cog_manager.py:468 redbot/core/_cog_manager.py:484
#: redbot/core/_cog_manager.py:546 redbot/core/_cog_manager.py:562
msgid "**{} unloaded:**\n"
msgstr "**{} odnačteno:**\n"