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: Arabic\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: ar_SA\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "أوامر للتفاعل مع ادارة الترس الأحمر."
#: 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"
" يسرد مسارات الكود الحالية ترتيبا للأولوية.\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 "مسار التثبيت: {install_path}\n"
"المسار الأساسي: {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,30 +44,52 @@ msgstr "\n"
" إضافة مسار إلى قائمة مسارات الكود المتاحة.\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 "هذا المسار غير موجود أو لا يشير إلى دليل صالح."
#: 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 "تم اضافة الاعلان"
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" اصلاح المسارات داخليا للسماح باكتشاف قوانين مختلفة.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "تاريخ \"من\" خاطيء"
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "تاريخ \"من\" خاطيء"
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "تم إعادة ترتيب المسارات"
#: 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"
@@ -98,15 +120,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "هذه الصفحة غير موجودة!"
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "سيقوم البوت بتثبيت رموز جديدة إلى دليل '{}'."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -115,11 +137,11 @@ msgstr "\n"
" يسرد جميع القوانين المحملة والمتوفرة.\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 "**{} تم تحميل:**\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 "**{} تم تحميل:**\n"

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: Bulgarian\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: bg_BG\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 ""
#: 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 "Пътят е добавен успешно."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Невалиден \"от\" индекс."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Невалиден \"към\" индекс."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Пътищата са пренаредени."
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Този път не съществува."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Ботът ще инсталира новите COG-ове в `{}` директория."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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"

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: Danish\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: da_DK\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Kommandoer til grænseflade med Red's cog bestyrer."
#: 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"
" Lister aktuelle cog stier i prioriteret rækkefølge.\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 "Installer Sti: {install_path}\n"
"Kerne Sti: {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,30 +44,52 @@ msgstr "\n"
" Tilføj en sti til listen over tilgængelige cog stier.\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 "Denne sti findes ikke eller peger ikke på en gyldig mappe."
#: 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 "Stien er tilføjet."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" Genbestiller stier internt for at tillade opdagelse af forskellige cogs.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Ugyldigt 'fra' indeks."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Ugyldigt 'til' indeks."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Stier genbestilt."
#: 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"
@@ -98,15 +120,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Den sti findes ikke."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Botten vil installere nye cogs til `{}` mappen."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -115,11 +137,11 @@ msgstr "\n"
" Lister alle indlæste og tilgængelige 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 "**{} indlæst:**\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 "**{} aflæst:**\n"

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: German\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: de_DE\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Befehle um Red's Cog Manager zu bedienen."
#: 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"
" Listet aktuelle Cog Pfade nach Priorität sortiert auf.\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 "Installationspfad: {install_path}\n"
"Core Pfad: {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"
" Füge einen Pfad zur Liste der verfügbaren Cog Pfade hinzu.\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 "Dieser Pfad existiert nicht oder zeigt nicht auf ein gültiges Verzeichnis."
#: 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 "Pfad erfolgreich hinzugefügt."
#: 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"
@@ -61,15 +83,15 @@ msgstr "\n"
" Entfernt einen oder mehrere Pfade aus den verfügbaren Cog-Pfaden mit den `path_numbers` von `[p]paths`.\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Die folgenden Pfade wurden entfernt: {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "Die folgenden Pfadnummern haben nicht existiert: {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"
@@ -78,19 +100,19 @@ msgstr "\n"
" Ordnet Pfade intern neu um andere cogs entdecken zu können.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Ungültiger 'from' index."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Ungültiger 'to' index."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Pfade wurden neu geordnet."
#: 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"
@@ -105,15 +127,15 @@ msgstr "\n"
" In diesem Prozess werden keine installierten Cogs übertragen.\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Dieser Pfad existiert nicht."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Der bot wird neue cogs in das Verzeichnis {} installieren."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -122,11 +144,11 @@ msgstr "\n"
" Listet alle geladenen und verfügbaren cogs auf.\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 "**{} geladen.**\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 "**{} nicht geladen.**\n"

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: Spanish\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: es_ES\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Comandos a la interfaz con el gestor de programas de Red."
#: 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"
" Lista las rutas de engranaje actuales en orden de prioridad.\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 "Ruta de instalación: {install_path}\n"
"Ruta del núcleo: {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"
" Añadir una ruta a la lista de rutas de engranaje disponibles.\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 "Esa ruta es no existe o no apunta a un directorio válido."
#: 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 "Ruta añadida exitósamente."
#: 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"
@@ -61,15 +83,15 @@ msgstr "\n"
" Elimina una o más rutas de las rutas de cog disponibles dado el `path_numbers` de `[p]paths`.\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Las siguientes rutas fueron eliminadas: {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "Los siguientes números de ruta no existen: {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"
@@ -78,19 +100,19 @@ msgstr "\n"
" Reordena rutas internamente para permitir el descubrimiento de diferentes configuraciones.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Índice 'from' no válido."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Índice 'to' no válido."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Rutas reordenadas."
#: 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"
@@ -105,15 +127,15 @@ msgstr "\n"
" No se transferirán Cogs instalados en el proceso.\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Esa ruta no existe."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "El bot instalará nuevos cogs en el directorio '{}'."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -122,11 +144,11 @@ msgstr "\n"
" Muestra todos los cogs cargados y disponibles.\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 "**{} cargado/s:**\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 "**{} sin cargar:**\n"

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: Finnish\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: fi_FI\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Komennot liittymään Redin pluginhallintaan."
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 "Polkua ei ole olemassa tai se viittaa virheelliseen kansioon."
#: 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 "Polku lisätty onnistuneesti."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr ""
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr ""
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr ""
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr ""
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr ""
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 "**{} ladattu:**\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 "**{} lataus poistettu:**\n"

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: French\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: fr_FR\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Commandes pour la gestion des cogs de Red."
#: 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"
" Liste les chemins des cogs actuels par ordre de priorité.\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 "Chemin dinstallation : {install_path}\n"
"Chemin du noyau (Core) : {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"
" Ajoute un chemin à la liste des chemins des cogs disponibles.\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 "Ce chemin n'existe pas ou ne pointe pas vers un répertoire valide."
#: 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 "Chemin d'accès ajouté avec succès."
#: 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"
"Enlevez un ou plusieurs chemins cog disponibles données par les `path_numbers` de `[p]paths`. "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Les chemins suivants ont été enlevés : {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "Le chemin d'accès suivant n'existe pas : {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"
" Réordonne les chemins internes pour permettre la découverte de différents cogs.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Index 'from' invalide."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Index 'to' invalide."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Chemins d'accès réorganisés."
#: 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"
@@ -104,15 +126,15 @@ msgstr "\n"
" Aucun cog installé ne sera transféré pendant le processus.\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Ce chemin d'accès n'existe pas."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Le bot va installer les nouveaux cogs vers le dossier `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -121,11 +143,11 @@ msgstr "\n"
" Liste tous les cogs chargés et disponibles.\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 "**{} chargé :**\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 "**{} déchargé :**\n"

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: Hindi\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: hi_IN\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 ""
#: 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 ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr ""
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr ""
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr ""
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr ""
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr ""
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Croatian\n"
"MIME-Version: 1.0\n"
@@ -15,25 +15,25 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: hr_HR\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 "Put instalacije: {install_path}\n"
"Put jezgre: {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"
@@ -41,49 +41,71 @@ msgid "\n"
msgstr "\n"
"Dodajte put u listu dostupnih puteva zupčanika. "
#: 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 "Taj put ne postoji ili ne pokazuje u valjani folder."
#: 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 "Put uspješno dodan."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Sljedeći putevi su uklonjeni: {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "Sljedeći brojevi puteva nisu postojali: {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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr ""
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr ""
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Putevi reorganizirani."
#: 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"
@@ -93,26 +115,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr ""
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr ""
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 "**{} učitano:**\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 ""

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: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: hu_HU\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Parancsok arra hogy kapcsolatba kerülj Red cog kezelőjével."
#: 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"
" Listázza a cog útvonalait prioritás szerint.\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 "Telepítési útvonal: {install_path}\n"
"Alap útvonal: {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,30 +44,52 @@ msgstr "\n"
"Útvonal hozzáadása a jelenlegi cog útvonalakhoz.\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 "Az útvonal nem létezik vagy hibás."
#: 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 "Útvonal sikeresen hozzáadva."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" Újrarendezi az útvonalakat hogy engedélyezze a különböző cog-ok felfedezését.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Érvénytelen `kezdő-` index."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Érvénytelen `vég-` index."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Útvonalak újrarendezve."
#: 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"
@@ -98,15 +120,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Az útvonal nem létezik."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "A bot új cog-okat fog letölteni a `{}` könyvtárba."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -115,11 +137,11 @@ msgstr "\n"
" Kilistázza a betöltött és elérhető cog-okat.\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 "**{} betöltve:**\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 "**{} kirakva:**\n"

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: Indonesian\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: id_ID\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 "Jalan itu tidak ada atau tidak mengarah ke direktori yang benar."
#: 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 "Jalur berhasil ditambahkan."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Tidak valid 'dari' indeks."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Tidak valid 'ke' indeks."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Jalur diatur ulang."
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Jalan itu tidak ada."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Bot akan menginstal roda gigi baru ke direktori `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Italian\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: it_IT\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Comandi utilizzati per interagire con il manager cog di Red."
#: 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"
" Mostra le paths dei cogs correnti in ordine di priorità.\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 "Percorso Installazione: {install_path}\n"
"Percorso Core: {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,30 +44,52 @@ msgstr "\n"
"Aggiunge un percorso alla lista dei percorsi disponibili per i cogs.\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 "Il percorso indicato non esiste o non punta ad una cartella valida."
#: 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 "Percorso aggiunto con successo."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
"Riordina internamente i percorsi al fine di permettere la scoperta di cog differenti.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Parametro 'from' non valido."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Parametro 'to' non valido."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "I percorsi sono stati riordinati."
#: 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"
@@ -98,15 +120,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Questo percorso non esiste."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "In futuro i cogs verranno installati nella directory '{}'."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -115,11 +137,11 @@ msgstr "\n"
" Mostra i cogs caricati e disponibili.\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 "**{} caricati:**\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 "**{} non attivi:**\n"

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: Japanese\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: ja_JP\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "コマンドは Red`s Cog Managerの制御"
#: 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"
" 現在のCogパスを優先度順に一覧表示します。\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 "インストールするCogパス: {install_path}\n"
"コアパス: {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,30 +44,52 @@ msgstr "\n"
" 使用可能な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 "そのパスは存在しないか、有効なディレクトリをではありません。"
#: 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 "パスが正常に追加されました。"
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" 再度パスを並び替えて、異なるCogの検出を可能にします。\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "'from' が無効です。"
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "'to' が無効です"
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "パスを並べ替えました。"
#: 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"
@@ -98,26 +120,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr ""
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr ""
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Korean\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: ko_KR\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 "해당 경로가 없거나 올바른 디렉토리가 아니에요."
#: 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 "경로가 성공적으로 추가됐어요."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "'from' 인덱스가 잘돗됐어요."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "'to' 인덱스가 잘못됐어요."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "경로들이 다시 정렬됐어요."
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "해당 경로는 존재하지 않아요."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "봇이 새로운 cogs를 '{}' 디렉토리에 설치해요."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Norwegian Bokmal\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: nb_NO\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Kommandoer for å kommunisere med Red sin cog manager."
#: 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"
" Viser gjeldende cog baner i prioritert rekkefølge.\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 "Installerings bane: {install_path}\n"
"Kjernebane: {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"
" Legg til en bane i listen over tilgjengelige cog baner.\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 "Banen eksisterer ikke eller peker til en ugyldig mappe."
#: 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 "Banen er lagt til."
#: 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"
@@ -61,15 +83,15 @@ msgstr "\n"
" Fjerner en eller flere stier fra tilgjengelige cog baner gitt `path_numbers` fra `[p]paths`.\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Følgende baner ble fjernet: {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "Følgende banenumre finnes ikke: {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"
@@ -78,19 +100,19 @@ msgstr "\n"
" Flytter baner internt for å tillate oppdagelse av forskjellige cogs.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Ugyldig \"fra\" index."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Ugyldig \"to\" index."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Baner forandret."
#: 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"
@@ -105,15 +127,15 @@ msgstr "\n"
" Ingen installerte cogs vil bli overført til prosessen.\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Denne banen finnes ikke."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Bot'en vil installere nye cogs til \"{}\" mappen."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -122,11 +144,11 @@ msgstr "\n"
" Viser alle innlastede og tilgjengelige 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 "**{} lastet:**\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 "**{} u belastet:**\n"

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: Dutch\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: nl_NL\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Commando's om te communiceren met Red's cog manager."
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 "Dit pad bestaat niet, of leidt niet naar een geldige map."
#: 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 "Pad toegevoegd."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Ongeldige 'van' index."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Ongeldige 'naar' index."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Paden opnieuw geordend."
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Dit pad bestaat niet."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "De bot zal nieuwe cogs installeren naar de `{}` map."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Polish\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: pl_PL\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Komendy dla interfejsu menedżera cogów dla Reda."
#: 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"
" Wyświetla listę bieżących ścieżek cogów w kolejności ważności.\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 "Ścieżka instalacji: {install_path}\n"
"Ścieżka rdzenia: {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,30 +44,52 @@ msgstr "\n"
" Dodaj ścieżkę do listy dostępnych ścieżek cogów.\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 "Ta ścieżka nie istnieje lub nie prowadzi do poprawnego katalogu."
#: 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 "Ścieżka dodana pomyślnie."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" Ponownie porządkuje ścieżki wewnętrznie, by umożliwić odkrycie innych cogów.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Nieprawidłowy indeks 'from'."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Nieprawidłowy indeks 'to'."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Kolejność ścieżek zmieniona."
#: 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"
@@ -98,15 +120,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Ta ścieżka nie istnieje."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Bot będzie instalować nowe moduły w katalogu `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -115,11 +137,11 @@ msgstr "\n"
" Zwraca listę załadowanych i dostępnych modułów.\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 "**{} załadowane:**\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 "**{} niezaładowane:**\n"

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: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: pt_BR\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Comandos para interagir com o gestor de cogs do Red."
#: 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"
" Lista os caminhos atuais das cogs, em ordem de prioridade.\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 "Caminho da instalação: {install_path}\n"
"Caminho base: {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,30 +44,52 @@ msgstr "\n"
" Adiciona um caminho para a lista de caminhos de cogs disponíveis.\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 "Este caminho não existe ou não aponta para um diretório válido."
#: 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 "Caminho adicionado com sucesso."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" Reordena os caminhos internamente, para permitir a descoberta de outras cogs.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Índice 'from' inválido."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Índice 'to' inválido."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Caminhos reordenados."
#: 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"
@@ -98,15 +120,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Este caminho não existe."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "O bot instalará novos cogs no diretório `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -115,11 +137,11 @@ msgstr "\n"
" Lista todos as cogs carregados e disponíveis.\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 "**{} carregado:**\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 "**{} descarregado:**\n"

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: Portuguese\n"
"MIME-Version: 1.0\n"
@@ -15,25 +15,25 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: pt_PT\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Comandos de gestão dos cogs do Red."
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ".\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 "Caminho da instalação: {install_path}\n"
"Caminho do core: {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"
@@ -42,15 +42,37 @@ msgstr "\n"
" Adiciona um caminho à lista de caminhos disponíveis para cogs.\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 "Esse caminho não existe ou não aponta para um caminho válido."
#: 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 "Caminho adicionado com sucesso."
#: 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"
@@ -59,34 +81,34 @@ msgstr "\n"
" Remove um ou mais caminhos dos caminhos disponíveis para cogs dados os `path_numbers` de `[p]paths`.\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Os seguintes caminhos foram removidos: {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Index 'de' inválido."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Index 'para' inválido."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Caminhos reordenados."
#: 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"
@@ -96,15 +118,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Esse caminho não existe."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "O bot irá instalar novos cogs para o caminho `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -112,11 +134,11 @@ msgid "\n"
msgstr "\n"
"Lista de todos os cogs carregados e disponíveis. "
#: 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 ""
#: 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 ""

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: Russian\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: ru_RU\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Команды для интерфейса с менеджером плагинов Red."
#: 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"
" Список текущих путей cog'ов в порядке приоритета.\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 "Путь установки: {install_path}\n"
"Основной путь: {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"
" Добавить путь к списку путей доступных 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 "Этот путь не существует или не указывает на допустимый каталог."
#: 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 "Путь успешно добавлен."
#: 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"
@@ -61,15 +83,15 @@ msgstr "\n"
" Удаляет путь из доступных путей cog'ов, учитывая `path_number` от `[p]paths`.\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "Следующие пути были удалены: {paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "Следующие номера путей не существуют: {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"
@@ -78,19 +100,19 @@ msgstr "\n"
" Внутреннее изменение порядка путей, позволяющие обнаруживать различные cog'и.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Недопустимый индекс 'от'."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Недопустимый индекс 'в'."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Пути переупорядочены."
#: 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"
@@ -105,15 +127,15 @@ msgstr "\n"
" Установленные cog'и не будут перемещены в процессе.\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Этого пути не существует."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Бот будет устанавливать новые плагины в директорию `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -122,11 +144,11 @@ msgstr "\n"
" Список всех загруженных и доступных cog'ов.\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 "**{} загружен:**\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 "**{} выгружен:**\n"

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: Slovak\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: sk_SK\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 "Táto cesta neexistuje alebo neukazuje na platný adresár."
#: 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 ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr ""
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr ""
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr ""
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr ""
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr ""
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Slovenian\n"
"MIME-Version: 1.0\n"
@@ -15,25 +15,25 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: sl_SI\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 "Namestitvena pot: {install_path}\n"
"Nastavitvena mod modula Core: {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"
@@ -42,49 +42,71 @@ msgstr "\n"
" Dodaj pot v seznam razpoložljivih poti modulov.\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 "Ta pot ne obstaja ali pa ne cilja na obstoječo mapo."
#: 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 "Pot je bila uspešno dodana."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr ""
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr ""
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Poti razvrščene."
#: 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"
@@ -94,15 +116,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Ta pot ne obstaja."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Bot bo nalagal nove module v mapo `{}`."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -111,11 +133,11 @@ msgstr "\n"
" Pokaže vse module ki so naloženi in na voljo.\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 "**Modul {} naložen.**\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 "**Modul {} izklopljen**\n"

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: Swedish\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: sv_SE\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Kommandon för att få kontakt med Reds kugghanterare."
#: 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"
" Listar aktuella kugghjulsbanor i prioritetsordning.\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 "Installationsväg: {install_path}\n"
"Huvudväg: {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,30 +44,52 @@ msgstr "\n"
" Lägg till en sökväg till listan över tillgängliga kugghjulsvägar.\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 "Sökvägen finns inte eller pekar inte mot en giltig mapp."
#: 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 "Sökvägen har lagts till."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" Omsorterar vägar internt för att möjliggöra upptäckten av olika koggar.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Ogiltigt 'from' index."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "Ogiltigt 'to' index."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Sökvägarna omordnade."
#: 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"
@@ -98,15 +120,15 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Sökvägen finns inte."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Boten kommer att installera nya cogar i `{}` mappen."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -115,11 +137,11 @@ msgstr "\n"
" Listar alla inlästa och tillgängliga koggar.\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 "**{} laddad:**\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 "**{} urladdad:**\n"

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: Turkish\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: tr_TR\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "Red'in cog Yöneticisi ile arabirim komutları."
#: 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"
" Geçerli cog yerlerini öncelik sırasına göre listeler.\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 "Yüklü dizin: {install_path}\n"
"Core dizini: {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,30 +44,52 @@ msgstr "\n"
" Mevcut cog konumlarına bir konum ekler.\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 "Bu yol mevcut değil veya geçerli bir dizini göstermiyor."
#: 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 "Reklam başarıyla eklendi."
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
@@ -76,19 +98,19 @@ msgstr "\n"
" Farklı cogların keşfini mümkün kılmak için konumları kendi içlerinde yeniden düzenler.\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "Geçersiz 'başlangıç' tarihi."
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "'Kime' dizini geçersiz."
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "Yolları yeniden sıralanmış."
#: 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"
@@ -104,15 +126,15 @@ msgstr "\n"
" \n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "Böyle bir sayfa yok."
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "Bot yeni Smm '{}' dizinine yükler."
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -121,11 +143,11 @@ msgstr "\n"
" Yüklü ve kullanılabilir cogları listeler.\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 "**{} yüklendi:**\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 "**{} yüklenmesi kaldırıldı:**\n"

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: Ukrainian\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: uk_UA\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 ""
#: 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 ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr ""
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr ""
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr ""
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr ""
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr ""
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Vietnamese\n"
"MIME-Version: 1.0\n"
@@ -15,73 +15,95 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: vi_VN\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr ""
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
" "
msgstr ""
#: 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 ""
#: 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"
" "
msgstr ""
#: 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 ""
#: 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 ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr ""
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
#: 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"
" "
msgstr ""
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr ""
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr ""
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr ""
#: 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"
@@ -91,26 +113,26 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr ""
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr ""
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
" "
msgstr ""
#: 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 ""
#: 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 ""

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: Chinese Simplified\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: zh_CN\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "与Red的齿轮管理器接口的命令"
#: 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"
" 按优先级列出当前的齿轮路径\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 "安装路径: {install_path}\n"
"核心路径: {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"
" 将路径添加到可用线路列表\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 "该路径不存在或不指向一个有效的目录"
#: 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 "路径已成功添加。"
#: 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"
@@ -61,15 +83,15 @@ msgstr "\n"
" 根据 `[p]paths` 中的 `path_numbers` 从可用的插件路径中删除一个或多个路径。\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "删除了以下路径:{paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "以下路径编号不存在: {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"
@@ -78,19 +100,19 @@ msgstr "\n"
" 在内部重新排序路径以允许发现不同的齿轮\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "无效的‘从’索引"
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "无效的‘到’索引"
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "已重新排序路径。"
#: 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"
@@ -105,15 +127,15 @@ msgstr "\n"
" 在此过程中不会转移已安装的插件。\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "该路径不存在。"
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "机器人将安装新的齿轮到`{}`目录。"
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -122,11 +144,11 @@ msgstr "\n"
" 列出所有已加载和可用的齿轮\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 "**{} 已加载:**\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 "**{} 卸载:**\n"

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: Chinese Traditional\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: zh_TW\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "與 Red 的 cog 管理器交互的命令。"
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
@@ -28,13 +28,13 @@ msgid "\n"
msgstr "\n"
"按優先級順序列出當前 cog 路徑。 "
#: 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 "安裝路徑:{install_path}\n"
"核心路徑:{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"
@@ -42,15 +42,37 @@ msgid "\n"
msgstr "\n"
"將路徑添加到可用 cog 路徑列表中。 "
#: 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 "該路徑不存在或未指向有效目錄。"
#: 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 "路徑已成功添加。"
#: 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"
@@ -59,15 +81,15 @@ msgstr "\n"
" 在給定 `[p]paths` 中的 `path_numbers` 的情況下,從可用的 cog 路徑中刪除一個或多個路徑。\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "刪除了以下路徑:{paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "以下路徑編號不存在:{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"
@@ -75,19 +97,19 @@ msgid "\n"
msgstr "\n"
"在內部重新排序路徑以允許發現不同的 cog。 "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "'from' 索引無效。"
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "'to' 索引無效。"
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "路徑重新排序。"
#: 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"
@@ -101,15 +123,15 @@ msgstr "\n"
" 目錄並且它必須已經存在。\n\n"
" 在此過程中不會傳輸已安裝的 cog。 "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "路徑不存在。"
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "該機器人會將新的 cog 安裝到 `{}` 目錄。"
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -117,11 +139,11 @@ msgid "\n"
msgstr "\n"
"列出所有已加載和可用的 cog。 "
#: 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 "**{} 已加載:**\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 "**{} 已卸載:**\n"