mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-03-07 12:48:35 -05:00
Automated Crowdin downstream (#6677)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
75e37ca896
commit
316f237397
134
redbot/core/locales/ar-SA.po
generated
134
redbot/core/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "أوامر للتفاعل مع ادارة الترس الأحمر."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" يسرد مسارات الكود الحالية ترتيبا للأولوية.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " لا"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,53 +42,53 @@ msgstr "\n"
|
||||
" إضافة مسار إلى قائمة مسارات الكود المتاحة.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "هذا المسار غير موجود أو لا يشير إلى دليل صالح."
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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 "المسار المُقدم يبدو كحزمة cog، هل أنت متأكد أن هذا هو المسار الذي تريد إضافته **كمسار cog**؟ \n\n"
|
||||
"على سبيل المثال، في الحالة التالية، يجب عليك إضافة {path} **كمسار cog**."
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr "يرجى الرجوع إلى واجهة المستخدم لمدير cog إذا كنت غير متأكد. "
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr "حسنًا، لن يتم إضافة المسار."
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "تم اضافة الاعلان"
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -99,19 +97,19 @@ msgstr "\n"
|
||||
" اصلاح المسارات داخليا للسماح باكتشاف قوانين مختلفة.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "تاريخ \"من\" خاطيء"
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "تاريخ \"من\" خاطيء"
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "تم إعادة ترتيب المسارات"
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -121,15 +119,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "هذه الصفحة غير موجودة!"
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "سيقوم البوت بتثبيت رموز جديدة إلى دليل '{}'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -138,11 +136,11 @@ msgstr "\n"
|
||||
" يسرد جميع القوانين المحملة والمتوفرة.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} تم تحميل:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} تم تحميل:**\n"
|
||||
|
||||
@@ -686,51 +684,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -742,19 +740,19 @@ msgstr "لا يمكن دفع ثمن هذا الأمر في DM بدون بنك ع
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "تحتاج على الأقل إلى {cost} {currency} لاستخدام هذا الأمر."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "لا تزال هناك رسالة واحدة متبقية. اكتب {command_1} للمتابعة."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "لا تزال هناك رسائل {count} متبقية. اكتب {command_1} للمتابعة."
|
||||
|
||||
@@ -4369,11 +4367,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4382,12 +4382,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4398,15 +4400,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4416,20 +4418,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4444,15 +4446,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4461,30 +4463,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "لاشيء"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
131
redbot/core/locales/bg-BG.po
generated
131
redbot/core/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Пътят е добавен успешно."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Невалиден \"от\" индекс."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Невалиден \"към\" индекс."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Пътищата са пренаредени."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Този път не съществува."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Ботът ще инсталира новите COG-ове в `{}` директория."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -692,51 +691,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -748,19 +747,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4314,11 +4313,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4327,12 +4328,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4343,15 +4346,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4361,20 +4364,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4389,15 +4392,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4406,30 +4409,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Няма"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
157
redbot/core/locales/cs-CZ.po
generated
157
redbot/core/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Vypíše aktuální cesty cogů v pořadí podle priority.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Nic"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,37 +42,37 @@ msgstr "\n"
|
||||
" Přidat cestu k seznamu dostupných cest cogů\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Cesta úspěšně přidána."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -82,15 +80,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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Následující cesty byly odstraněny: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Následující čísla cest neexistovala: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -99,19 +97,19 @@ msgstr "\n"
|
||||
" Interně přeuspořádá cesty pro nalezení jiných cogů.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Neplatný index 'from'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Neplatný index 'to'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Cesty byly uspořádány."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -125,15 +123,15 @@ msgstr "\n"
|
||||
" V procesu nebudou přenášeny žádné instalované cogy.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Taková cesta neexistuje."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Bot nainstaluje nové cogs do adresáře `{}`."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -142,11 +140,11 @@ msgstr "\n"
|
||||
" Seznam všech načtených a dostupných cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} načteno:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} odnačteno:**\n"
|
||||
|
||||
@@ -698,51 +696,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -754,19 +752,19 @@ msgstr "Nelze zaplatit za tento příkaz v DM bez globální banky."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Potřebujete alespoň {cost} {currency} k použití tohoto příkazu."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Zbývá ještě jedna zpráva. Zadejte {command_1} pro pokračování."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Stále zbývá {count} zpráv. Zadejte {command_1} pro pokračování."
|
||||
|
||||
@@ -4342,11 +4340,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Příkazy pro přidání serverů nebo kanálů do seznamu ignorování.\n\n"
|
||||
" Seznam ignorovaných zabrání botovi reagovat na příkazy v nastavených místech.\n\n"
|
||||
" Poznámky:\n"
|
||||
" - Category ignores jsou ignorovány uživatelem nainstalovanými příkazy\n"
|
||||
" - Vlastníci, Administrátoři a ti s oprávněním Spravovat kanály přepisují ignorované kanály.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4355,12 +4361,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4369,17 +4377,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ignorovat příkazy v kanálu, vlákna nebo kategorii.\n\n"
|
||||
" Výchozí nastavení je aktuální vlákno nebo kanál.\n\n"
|
||||
" Poznámky:\n"
|
||||
" - Category ignores jsou ignorovány uživatelem nainstalovanými příkazy\n"
|
||||
" - Vlastníci, Administrátoři a ti s oprávněním Spravovat kanály přepisují ignorované kanály.\n\n"
|
||||
" **Příklady:**\n"
|
||||
" - `[p]ignorovat kanál #general` - Ignorovat příkazy v #generálním kanálu.\n"
|
||||
" - `[p]ignoruje kanál\" - ignoruje příkazy v aktuálním kanálu.\n"
|
||||
" - `[p]ignoruje kanál \"Obecné kanály\"` - Používejte uvozovky pro kategorie s mezerami.\n"
|
||||
" - `[p]ignorovat kanál 356236713347252226` - Také přijímá ID.\n\n"
|
||||
" **Argumenty:**\n"
|
||||
" - `<channel>` - Kanál ignoruje. Může to být také vlákno nebo kanál kategorie.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Kanál přidán do seznamu ignorovaných."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Kanál je již v seznamu ignorovaný."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4389,20 +4410,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Tento server byl přidán do ignorovaného seznamu."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Tento server je již ignorován."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4417,15 +4438,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Kanál byl odebrán ze seznamu ignorovaných."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Tento kanál není v seznamu ignorovaných."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4434,30 +4455,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Tento server byl odebrán z ignorovaného seznamu."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Tento server není v seznamu ignorovaných."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Žádný"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
157
redbot/core/locales/da-DK.po
generated
157
redbot/core/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Lister aktuelle cog stier i prioriteret rækkefølge.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Ingen"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,52 +42,52 @@ msgstr "\n"
|
||||
" Tilføj en sti til listen over tilgængelige cog stier.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Stien er tilføjet."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -98,19 +96,19 @@ msgstr "\n"
|
||||
" Genbestiller stier internt for at tillade opdagelse af forskellige cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Ugyldigt 'fra' indeks."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Ugyldigt 'til' indeks."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Stier genbestilt."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -120,15 +118,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Den sti findes ikke."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Botten vil installere nye cogs til `{}` mappen."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -137,11 +135,11 @@ msgstr "\n"
|
||||
" Lister alle indlæste og tilgængelige cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} indlæst:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} aflæst:**\n"
|
||||
|
||||
@@ -685,51 +683,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -741,19 +739,19 @@ msgstr "Kan ikke betale for denne kommando i PB uden en global bank."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Du skal bruge mindst {cost} {currency} for at bruge denne kommando."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Der er stadig en besked tilbage. Skriv {command_1} for at fortsætte."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Der er stadig {count} beskeder tilbage. Skriv {command_1} for at fortsætte."
|
||||
|
||||
@@ -4309,11 +4307,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Kommandoer til at tilføje servere eller kanaler til ignoreringslisten.\n\n"
|
||||
" Ignorer listen vil forhindre botten i at reagere på kommandoer på de konfigurerede steder.\n\n"
|
||||
" Noter:\n"
|
||||
" - Kategori ignores ignoreres af bruger-installerede kommandoer\n"
|
||||
" - Ejere, Admins, og dem med Administrer kanal tilladelser tilsidesætte ignorerede kanaler.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4322,12 +4328,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4336,17 +4344,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ignorer kommandoer i kanal, tråd eller kategori.\n\n"
|
||||
" Standard er den aktuelle tråd eller kanal.\n\n"
|
||||
" Noter:\n"
|
||||
" - Kategori ignores ignoreres af bruger-installerede kommandoer\n"
|
||||
" - Ejere, Admins, og dem med Administrer kanal tilladelser tilsidesætte ignorerede kanaler.\n\n"
|
||||
" **Eksempler:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores kommandoer i #general kanal.\n"
|
||||
" - `[p]ignore channel` - Ignorer kommandoer i den aktuelle kanal.\n"
|
||||
" - `[p]ignore channel \"General Channels\"` - Brug citater for kategorier med mellemrum.\n"
|
||||
" - `[p]ignore channel 356236713347252226` - accepterer også IDs.\n\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - Kanalen til at ignorere. Dette kan også være en tråd eller kategori kanal.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4356,20 +4377,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4384,15 +4405,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4401,30 +4422,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
150
redbot/core/locales/de-DE.po
generated
150
redbot/core/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Befehle um Red's Cog Manager zu bedienen."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Listet aktuelle Cog Pfade nach Priorität sortiert auf.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Keine"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,39 +42,39 @@ msgstr "\n"
|
||||
" Füge einen Pfad zur Liste der verfügbaren Cog Pfade hinzu.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr "Ein Cog Pfad kann nicht Teil des Bots Datenpfad sein ({bot_data_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr "Ein Cog Pfad kann nicht Teil des Bots Kernpfades sein ({core_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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 "Der angegebene Pfad scheint ein Cog-packet zu sein bist du sicher, dass dies der Pfad ist, den du als **Cog-Pfad** hinzufügen möchtest?\n\n"
|
||||
"Zum Beispiel solltest du im folgenden Fall den {path} als **Cog-Pfad** hinzufügen:\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr "\n"
|
||||
"Bitte konsultieren Sie die UI-Dokumentation des Cog Managers, falls Sie nicht sicher sind: "
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr "Okay, der Pfad wird nicht hinzugefügt."
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Pfad erfolgreich hinzugefügt."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -85,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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Die folgenden Pfade wurden entfernt: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Die folgenden Pfadnummern haben nicht existiert: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -102,19 +100,19 @@ msgstr "\n"
|
||||
" Ordnet Pfade intern neu um andere cogs entdecken zu können.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Ungültiger 'from' index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Ungültiger 'to' index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Pfade wurden neu geordnet."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -129,15 +127,15 @@ msgstr "\n"
|
||||
" In diesem Prozess werden keine installierten Cogs übertragen.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Dieser Pfad existiert nicht."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
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:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -146,11 +144,11 @@ msgstr "\n"
|
||||
" Listet alle geladenen und verfügbaren cogs auf.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} geladen.**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} nicht geladen.**\n"
|
||||
|
||||
@@ -717,51 +715,51 @@ msgstr "Fehler im Befehl '{command}'. Überprüfen Sie Ihre Konsole oder Protoko
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr "Fehler im Befehl '{command}'."
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "Ich benötige die Berechtigung {permission}, um diesen Befehl auszuführen."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "Ich benötige folgende Berechtigungen, um diesen Befehl auszuführen: {permission_list}"
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Dieser Befehl ist nicht in Direktnachrichten verfügbar."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Dieser Befehl kann nur in Direktnachrichten genutzt werden."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "Dieser Befehl ist nur in NSFW-Kanälen verfügbar."
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr "Dieser Befehl ist auf Abklingzeit. Versuche es erneut {relative_time}."
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "Zu viele Personen verwenden diesen Befehl. Er kann nur gleichzeitig {number} Mal verwendet werden."
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "Zu viele Benutzer, die diesen Befehl verwenden. Er kann nur einmal gleichzeitig verwendet werden."
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "Dieser Befehl ist noch in Bearbeitung. Er kann pro {type} nur gleichzeitig {number} Mal verwendet werden."
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "Dieser Befehl ist noch in Bearbeitung. Er kann pro {type} nur einmal gleichzeitig verwendet werden."
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "Zu viele Personen benutzen diesen command. Er kann nur {number} Mal pro {type} verwendet werden."
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "Zu viele Personen verwenden diesen Befehl. Er kann nur einmal gleichzeitig pro {type} verwendet werden."
|
||||
|
||||
@@ -773,19 +771,19 @@ msgstr "Dieser Befehl kann ohne eine globale Bank nicht in den Direktnachrichten
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Sie benötigen mindestens {cost} {currency} um diesen Befehl zu verwenden."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr "Es bleibt noch eine Nachricht übrig. Geben Sie {command_1} ein, um fortzufahren oder {command_2}, um alle Inhalte als Datei hochzuladen."
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Es bleibt noch eine Nachricht übrig. Tippe {command_1} um fortzufahren."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr "Es bleiben noch {count} Nachrichten. Geben Sie {command_1} ein, um fortzufahren oder {command_2}, um alle Inhalte als Datei hochzuladen."
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Es bleiben noch {count} Nachrichten. Geben Sie {command_1} ein, um fortzufahren."
|
||||
|
||||
@@ -5493,15 +5491,19 @@ msgstr "Sie sind nicht immun."
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Befehle um Server oder Kanäle zur Ignorierliste hinzuzufügen.\n\n"
|
||||
" Die Ignorieren-Liste wird verhindern, dass der Bot auf Befehle an den konfigurierten Orten reagiert.\n\n"
|
||||
" Hinweis: Besitzer und Admins überschreiben die Ignorieren-Liste.\n"
|
||||
" Anmerkungen:\n"
|
||||
" - Kategorie ignoriert werden von user-installierten Befehlen\n"
|
||||
" - Owners, Admins, und diejenigen, die Kanalrechte verwalten, überschreiben ignorierte Kanäle.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -5514,12 +5516,14 @@ msgstr "\n"
|
||||
" - `[p]ignore list`\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -5531,25 +5535,27 @@ msgid "\n"
|
||||
msgstr "\n"
|
||||
" Ignoriere Befehle in Kanal, Thread oder Kategorie.\n\n"
|
||||
" Standardwerte für den aktuellen Thread oder Kanal.\n\n"
|
||||
" Notiz: Besitzer, Administratoren und diejenigen, die Kanalrechte verwalten haben, überschreiben ignorierte Kanäle.\n\n"
|
||||
" Anmerkungen:\n"
|
||||
" - Kategorie ignoriert werden von user-installierten Befehlen\n"
|
||||
" - Owners, Admins, und diejenigen, die Kanalrechte verwalten, überschreiben ignorierte Kanäle.\n\n"
|
||||
" **Beispiele:**\n"
|
||||
" - `[p]ignore channel #general` - Ignoriert Befehle im #general Kanal.\n"
|
||||
" - `[p]ignore channel` - Ignoriere Befehle im aktuellen Kanal.\n"
|
||||
" - `[p]ignore channel \"Allgemeine Kanäle\"` - Verwende Anführungszeichen für Kategorien mit Leerzeichen.\n"
|
||||
" - `[p]ignore channel 356236713347252226` - akzeptiert auch IDs.\n\n"
|
||||
" - `[p]Ignoriere Kanal #general` - Ignoriert Befehle im #general Kanal.\n"
|
||||
" - `[p]Ignoriere Channel` - Ignoriere Befehle im aktuellen Kanal.\n"
|
||||
" - `[p]Ignoriere Kanal \"Allgemeine Kanäle\"` - Verwende Anführungszeichen für Kategorien mit Leerzeichen.\n"
|
||||
" - `[p]Ignorieren Kanal 356236713347252226` - akzeptiert auch IDs.\n\n"
|
||||
" **Argumente:**\n"
|
||||
" - `<channel>` - Der Kanal der ignoriert werden soll. Dies kann auch ein Thread oder Kategoriekanal sein.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Kanal zur ignorierten Liste hinzugefügt."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Kanal ist bereits in der ignorierten Liste."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -5564,20 +5570,20 @@ msgstr "\n"
|
||||
" - `[p]ignore server` - Ignoriert den aktuellen Server\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Der Server wurde zur ignorierten Liste hinzugefügt."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Der Server wird bereits ignoriert."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr "Befehle zum Entfernen von Servern oder Kanälen aus der Ignorierliste."
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -5602,15 +5608,15 @@ msgstr "\n"
|
||||
" - `<channel>` - Der Kanal zum Entfernen von ignorieren. Dies kann auch ein Thread oder Kategoriekanal sein.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Kanal von der ignorierten Liste entfernt."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Der Kanal ist nicht auf der ignorierten Liste."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -5623,24 +5629,24 @@ msgstr "\n"
|
||||
" - `[p]unignore server` - Stoppt das Ignorieren des aktuellen Servers\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Der Server wurde von der ignorierten Liste entfernt."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Der Server ist nicht auf der ignorierten Liste."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "Der Server wird aktuell ignoriert."
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
@@ -5648,7 +5654,7 @@ msgstr "Derzeit ignorierte Kategorien: {categories}\n"
|
||||
"Kanäle: {channels}\n"
|
||||
"Threads (ohne archiviert):{threads}"
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
140
redbot/core/locales/es-ES.po
generated
140
redbot/core/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Lista las rutas de engranaje actuales en orden de prioridad.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Ninguna"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,39 +42,39 @@ msgstr "\n"
|
||||
" Añadir una ruta a la lista de rutas de engranaje disponibles.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr "La ruta del cog no puede ser parte de la ruta de datos del bot ({bot_data_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr "La ruta del cog no puede ser parte de la ruta del núcleo del bot ({core_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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 "La ruta proporcionada parece ser parte de un paquete cog, ¿estás seguro de que esta es la ruta que quieres añadir cómo una ruta para el cog?\n\n"
|
||||
"Por ejemplo, en el siguiente caso, deberías añadir el {path} cómo una **ruta para el cog**:\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr "\n"
|
||||
"Por favor consulte la documentación de Cog Manager UI, si no estás seguro: "
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr "Vale, la ruta no se añadirá."
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Ruta añadida exitósamente."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -85,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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Las siguientes rutas fueron eliminadas: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
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:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -102,19 +100,19 @@ msgstr "\n"
|
||||
" Reordena rutas internamente para permitir el descubrimiento de diferentes configuraciones.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Índice 'from' no válido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Índice 'to' no válido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Rutas reordenadas."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -129,15 +127,15 @@ msgstr "\n"
|
||||
" No se transferirán Cogs instalados en el proceso.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Esa ruta no existe."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "El bot instalará nuevos cogs en el directorio '{}'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -146,11 +144,11 @@ msgstr "\n"
|
||||
" Muestra todos los cogs cargados y disponibles.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} cargado/s:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} sin cargar:**\n"
|
||||
|
||||
@@ -718,51 +716,51 @@ msgstr "Error en el comando '{command}'. Revisa tu consola o logs para obtener m
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr "Error en el comando '{command}'."
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "Necesito el permiso {permission} para ejecutar ese comando."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "Necesito el permiso {permission_list} para ejecutar este comando."
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Ese comando no está disponible en DMs."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Ese comando sólo está disponible en DMs."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "Este comando sólo está disponible en canales NSFW."
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr "Este comando está en enfriamiento. Inténtalo de nuevo {relative_time}."
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "Demasiadas personas usando este comando. Sólo se puede usar {number} veces al mismo tiempo."
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "Demasiadas personas usando este comando. Sólo se puede usar una vez al mismo tiempo."
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "Ese comando todavía se está completando, solo puede ser usado {number} veces por {type} al mismo tiempo."
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "Este comando todavía se está completando, solo se puede usar una vez cada {type} al mismo tiempo."
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "Demasiadas personas usando este comando. Sólo se puede usar {number} veces por {type} al mismo tiempo."
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "Demasiadas personas usando este comando. Sólo se puede usar una vez cada {type} al mismo tiempo."
|
||||
|
||||
@@ -774,19 +772,19 @@ msgstr "No se puede pagar con este comando en DM sin un banco global."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Necesitas al menos {cost} {currency} para usar este comando."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr "Todavía queda un mensaje. Escribe {command_1} para continuar o {command_2} para subir todos los contenidos como archivos."
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Todavía queda un mensaje. Escribe {command_1} para continuar."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr "Quedan {count} mensajes pendientes. Escriba {command_1} para continuar o {command_2} para subir todos los contenidos como archivos."
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Todavía quedan mensajes {count} . Escribe {command_1} para continuar."
|
||||
|
||||
@@ -4648,15 +4646,13 @@ msgstr "No son inmunes."
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Comandos para añadir servidores o canales a la lista de ignorados.\n\n"
|
||||
" La lista de ignorados evitará que el bot responda a comandos en las ubicaciones configuradas.\n\n"
|
||||
" Nota: Los dueños y administradores anulan la lista de ignorados.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4665,12 +4661,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4681,15 +4679,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Canal añadido a ignorados."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "El canal ya está en ignorados."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4699,20 +4697,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Este servidor ha sido añadido a la lista de ignorar."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Este servidor ya está siendo ignorado."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr "Comandos para eliminar servidores o canales de la lista de ignorados."
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4727,15 +4725,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Canal removido de la lista ignorada."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Ese canal no está en la lista ignorarda."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4744,24 +4742,24 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Este servidor ha sido eliminado de la lista de ignorar."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Este servidor no está en la lista de ignorar."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "Este servidor está siendo ignorado actualmente."
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
@@ -4769,7 +4767,7 @@ msgstr "Categorías ignoradas actualmente: {categories}\n"
|
||||
"Canales: {channels}\n"
|
||||
"Hilos (excluyendo archivados):{threads}"
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
131
redbot/core/locales/et-EE.po
generated
131
redbot/core/locales/et-EE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Estonian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,96 +15,95 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: et_EE\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Käsud Red'i cogi halduriga suhtlemiseks."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr " Loetleb praegused kogi asukohad eelistuse järjekorras."
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr "Lisa asukoht saadaolevate cogi asukohtade loendisse."
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "See asukoht ei eksisteeri või ei osuta kehtivale kaustale."
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr "Cogi asukoht ei saa olla osa boti andmete asukohast ({bot_data_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr "Cogi asukoht ei saa olla osa boti tuumakasutuse asukohast ({core_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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 "Esitatud asukoht tundub olevat kogi pakett, kas oled kindel, et soovid selle asukoha lisada **cogi asukohana**?\n\n"
|
||||
"Näiteks järgmises olukorras peaksid lisama {path} **cogi asukohana**:\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -114,26 +113,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -677,51 +676,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -733,19 +732,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4299,11 +4298,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4312,12 +4313,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4328,15 +4331,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4346,20 +4349,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4374,15 +4377,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4391,30 +4394,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
156
redbot/core/locales/fi-FI.po
generated
156
redbot/core/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Komennot liittymään Redin pluginhallintaan."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
msgstr ""
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Ei Mitään"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Polku lisätty onnistuneesti."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} ladattu:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} lataus poistettu:**\n"
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Tuo komento ei ole käytettävissä yksityisviesteissä."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Tuo komento on käytettävissä vain yksityisviesteissä."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr "Et voi maksaa tästä komennosta yksityisviesteissä ilman globaalia pan
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Sinulla pitää olla vähintään {cost} {currency} käyttääksesi tätä komentoa."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Yhtä viestiä on vielä jäljellä. {command_1} jatkaa."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4299,11 +4298,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Komennot lisätäksesi palvelimia tai kanavia ohituslistalle.\n\n"
|
||||
" Ohita lista estää bottia vastaamasta komentoihin asetetuissa sijainneissa. @ info\n\n"
|
||||
" Huomautukset:\n"
|
||||
" - Kategoria ohittaa käyttäjän asentamat komennot\n"
|
||||
" - Omistajat, Ylläpitäjät ja ne, joilla on hallintakanavien käyttöoikeudet, ohitetaan ohitettavat kanavat.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4312,12 +4319,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4326,17 +4335,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ohita komennot kanavalla, säikeellä tai kategoriassa.\n\n"
|
||||
" Oletuksena on nykyinen ketju tai kanava.\n\n"
|
||||
" Huomautukset:\n"
|
||||
" - Kategoria ohittaa käyttäjän asentamat komennot\n"
|
||||
" - Omistajat, Ylläpitäjät ja ne, joilla on hallintakanavien käyttöoikeudet, ohitetaan ohitettavat kanavat.\n\n"
|
||||
" **Esimerkkejä:**\n"
|
||||
" - `[p]ohita kanava #yleinen` - Ohita komennot #yleiskanavalla.\n"
|
||||
" - `[p]ohita kanava` - Ohita komentoja nykyisellä kanavalla.\n"
|
||||
" - `[p]ohita kanava \"Yleiset kanavat\"` - Käytä lainausmerkkejä luokkiin välilyönneillä.\n"
|
||||
" - `[p]ohita kanava 356236713347252226` - Hyväksy myös tunnukset.\n\n"
|
||||
" **Argumentit:**\n"
|
||||
" - `<channel>` - The channel to ignore. Tämä voi olla myös lanka tai kategoria kanava.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4346,20 +4368,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4374,15 +4396,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4391,30 +4413,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
157
redbot/core/locales/fr-FR.po
generated
157
redbot/core/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Commandes pour la gestion des cogs de Red."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Liste les chemins des cogs actuels par ordre de priorité.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
msgstr "Chemin d’installation : {install_path}\n"
|
||||
"Chemin du noyau (Core) : {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Aucun"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,38 +42,38 @@ msgstr "\n"
|
||||
" Ajoute un chemin à la liste des chemins des cogs disponibles.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr "Un chemin de cog ne peut pas faire partie du chemin de données du bot ({bot_data_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr "Un chemin de cog ne peut pas faire partie du chemin de base du bot ({core_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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 "Le chemin fourni semble être un paquet cog, êtes-vous sûr que c'est le chemin que vous voulez ajouter en tant que **chemin de cog**?\n\n"
|
||||
"Par exemple, dans le cas suivant, vous devriez ajouter la {path} en tant que **chemin de cog** :\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr "Veuillez consulter la documentation de l'interface utilisateur de Cog Manager, en cas de doute :"
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr "Ok, le chemin ne sera pas ajouté."
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Chemin d'accès ajouté avec succès."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -83,15 +81,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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Les chemins suivants ont été enlevés : {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
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:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -100,19 +98,19 @@ msgstr "\n"
|
||||
" Réordonne les chemins internes pour permettre la découverte de différents cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Index 'from' invalide."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Index 'to' invalide."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Chemins d'accès réorganisés."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -127,15 +125,15 @@ msgstr "\n"
|
||||
" Aucun cog installé ne sera transféré pendant le processus.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Ce chemin d'accès n'existe pas."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
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:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -144,11 +142,11 @@ msgstr "\n"
|
||||
" Liste tous les cogs chargés et disponibles.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} chargé :**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} déchargé :**\n"
|
||||
|
||||
@@ -714,51 +712,51 @@ msgstr "Erreur dans la commande '{command}'. Vérifiez votre console ou les logs
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr "Erreur lors de l’exécution de la commande '{command}'."
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "J'ai besoin de la permission {permission} pour exécuter cette commande."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "J'ai besoin de ces permissions {permission_list} pour exécuter cette commande."
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Cette commande n'est pas disponible en Messages Privés (DMs)."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Cette commande est disponible seulement en messages privés."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "Cette commande n'est disponible que dans les channels NSFW."
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr "Cette commande est en cours de rechargement. Réessayez {relative_time}."
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée que {number} fois simultanément."
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée que une fois simultanément."
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "Cette commande est toujours en cours d’exécution, elle ne peut être utilisée que {number} fois par {type} simultanément."
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "Cette commande est toujours en cours d’exécution, elle ne peut être utilisée qu'une seule fois par {type} simultanément."
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée que {number} fois par {type} simultanément."
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée qu'une seule fois par {type} simultanément."
|
||||
|
||||
@@ -770,19 +768,19 @@ msgstr "Impossible de payer cette commande en message privé sans banque globale
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Vous avez besoin d’au moins {cost} {currency} pour utiliser cette commande."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr "Il reste encore un message. Tapez {command_1} pour continuer ou {command_2} pour télécharger tout le contenu en tant que fichier."
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Il reste encore un message. Tapez {command_1} pour continuer."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr "Il y a encore des messages {count} restants. Tapez {command_1} pour continuer ou {command_2} pour télécharger tout le contenu en tant que fichier."
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Il reste encore des messages {count} restants. Tapez {command_1} pour continuer."
|
||||
|
||||
@@ -4558,11 +4556,19 @@ msgstr "Ils ne sont pas immunisés."
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Commandes pour ajouter des serveurs ou des canaux à la liste des ignorés.\n\n"
|
||||
" La liste des ignorés empêchera le bot de répondre aux commandes dans les emplacements configurés.\n\n"
|
||||
" Remarques:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, et ceux qui ont les permissions de gérer les canaux ignorés.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4571,12 +4577,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4585,17 +4593,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ignorer les commandes dans le canal, le fil ou la catégorie.\n\n"
|
||||
" Par défaut le thread ou le canal courant.\n\n"
|
||||
" Remarques:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, et ceux qui ont les permissions de gérer les canaux ignorés.\n\n"
|
||||
" **Exemples:**\n"
|
||||
" - `[p]ignorer le canal #general` - Ignore les commandes dans le canal #général.\n"
|
||||
" - `[p]ignore le canal` - Ignore les commandes dans le canal actuel.\n"
|
||||
" - `[p]ignorer le canal \"Chaînes Générales\"` - Utiliser des guillemets pour les catégories avec des espaces.\n"
|
||||
" -[p]ignore le canal 356236713347252226` - accepte également les IDs.\n\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - Le canal à ignorer. Cela peut également être un fil de discussion ou une catégorie de canal.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Salon ajouté à la liste des ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Salon déjà dans la liste des ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4605,20 +4626,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Ce serveur a été ajouté à la liste des ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Ce serveur est déjà ignoré."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr "Des commandes pour supprimer les serveurs ou les salons de la liste des ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4633,15 +4654,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Salon supprimé de la liste des ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Ce salon n'est pas dans la liste des ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4650,24 +4671,24 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Ce serveur a été supprimer de la liste ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Ce serveur n'est pas dans la liste des ignorés."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "Ce serveur est actuellement ignoré."
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Aucun"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
@@ -4675,7 +4696,7 @@ msgstr "Catégories actuellement ignorées : {categories}\n"
|
||||
"Canaux : {channels}\n"
|
||||
"Threads (exclusion archivée) :{threads}"
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
131
redbot/core/locales/hi-IN.po
generated
131
redbot/core/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: hi_IN\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4298,11 +4297,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4311,12 +4312,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4327,15 +4330,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4345,20 +4348,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4373,15 +4376,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4390,30 +4393,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
140
redbot/core/locales/hr-HR.po
generated
140
redbot/core/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,25 +15,23 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: hr_HR\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -41,71 +39,71 @@ msgid "\n"
|
||||
msgstr "\n"
|
||||
"Dodajte put u listu dostupnih puteva zupčanika. "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Put uspješno dodan."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Sljedeći putevi su uklonjeni: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Sljedeći brojevi puteva nisu postojali: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Putevi reorganizirani."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -115,26 +113,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} učitano:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -698,51 +696,51 @@ msgstr "Pogreška u naredbi '{command}'. Provjerite konzolu ili zapisnike za det
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "Potrebna mi je {permission} dozvola za izvršavanje te naredbe."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "Potrebne su mi {permission_list} dozvole za izvršavanje te naredbe."
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Ova naredba nije dostupna u direktnim porukama."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Ova naredba je dostupna samo u direktnim porukama."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "Ova naredba je dostupna samo u NSFW kanalima."
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo {number} puta istovremeno."
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo jednom istovremeno."
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "Ta se naredba još uvijek dovršava, može se koristiti samo {number} puta po {type} istovremeno."
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "Ta se naredba još uvijek dovršava, može se koristiti samo jednom po {type} istovremeno."
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo {number} puta po {type} istovremeno."
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo jednom po {type} istovremeno."
|
||||
|
||||
@@ -754,19 +752,19 @@ msgstr "Ne može se platiti za ovu naredbu u DM-u bez globalne banke."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Za korištenje ove naredbe trebate imati najmanje {cost}{currency}."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4345,15 +4343,13 @@ msgstr "Nisu imuni."
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Naredbe za dodavanje servera ili kanala na popis ignoriranja.\n\n"
|
||||
" Popis ignoriranja spriječit će bota da odgovori na naredbe na konfiguriranim mjestima.\n\n"
|
||||
" Napomena: Vlasnici i administratori nadjačavaju popis ignoriranja.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4362,12 +4358,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4378,15 +4376,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Kanal je dodan na popis ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Kanal je već na popisu ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4396,20 +4394,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Ovaj server je dodan na popis ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Ovaj server se već ignorira."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr "Naredbe za uklanjanje servera ili kanala s popisa ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4424,15 +4422,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Kanal je uklonjen s popisa ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Ovaj kanal nije na popisu ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4441,30 +4439,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Ovaj server je uklonjen s popisa ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Ovaj server nije na popisu ignoriranih."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "Ovaj server se trenutno ignorira."
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
134
redbot/core/locales/hu-HU.po
generated
134
redbot/core/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Listázza a cog útvonalait prioritás szerint.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,52 +42,52 @@ msgstr "\n"
|
||||
"Útvonal hozzáadása a jelenlegi cog útvonalakhoz.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Útvonal sikeresen hozzáadva."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -98,19 +96,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:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Érvénytelen `kezdő-` index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Érvénytelen `vég-` index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Útvonalak újrarendezve."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -120,15 +118,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Az útvonal nem létezik."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
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:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -137,11 +135,11 @@ msgstr "\n"
|
||||
" Kilistázza a betöltött és elérhető cog-okat.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} betöltve:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} kirakva:**\n"
|
||||
|
||||
@@ -685,51 +683,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -741,19 +739,19 @@ msgstr "Nem lehet fizetni ézért a parancsért DM-ben globális bank nélkül."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Legfeljebb {cost}{currency} kell ahoz hogy használd ezt a parancsot."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4310,11 +4308,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4323,12 +4323,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4339,15 +4341,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4357,20 +4359,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4385,15 +4387,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4402,30 +4404,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
131
redbot/core/locales/id-ID.po
generated
131
redbot/core/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Jalur berhasil ditambahkan."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Tidak valid 'dari' indeks."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Tidak valid 'ke' indeks."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Jalur diatur ulang."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Jalan itu tidak ada."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Bot akan menginstal roda gigi baru ke direktori `{}`."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4306,11 +4305,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4319,12 +4320,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4335,15 +4338,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Saluran ditambahkan ke daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Saluran sudah ada didalam daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4353,20 +4356,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4381,15 +4384,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Saluran di hapus dari dalam daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Saluran sedang tidak ada di dalam daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4398,30 +4401,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Tak satupun"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
157
redbot/core/locales/it-IT.po
generated
157
redbot/core/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Mostra le paths dei cogs correnti in ordine di priorità.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Nessuno"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,52 +42,52 @@ msgstr "\n"
|
||||
"Aggiunge un percorso alla lista dei percorsi disponibili per i cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Percorso aggiunto con successo."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -98,19 +96,19 @@ msgstr "\n"
|
||||
"Riordina internamente i percorsi al fine di permettere la scoperta di cog differenti.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Parametro 'from' non valido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Parametro 'to' non valido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "I percorsi sono stati riordinati."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -120,15 +118,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Questo percorso non esiste."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "In futuro i cogs verranno installati nella directory '{}'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -137,11 +135,11 @@ msgstr "\n"
|
||||
" Mostra i cogs caricati e disponibili.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} caricati:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} non attivi:**\n"
|
||||
|
||||
@@ -690,51 +688,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -746,19 +744,19 @@ msgstr "Impossibile pagare per questo comando in DM senza una banca globale."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Necessiti di almeno {cost} {currency} per usare questo comando."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "C'è ancora un messaggio rimanente. Digita {command_1} per continuare."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4362,11 +4360,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "Comandi \n"
|
||||
" per aggiungere server o canali alla lista ignorati.\n\n"
|
||||
" La lista ignora impedirà al bot di rispondere ai comandi nelle posizioni configurate.\n\n"
|
||||
" Note:\n"
|
||||
" - La categoria ignora viene ignorata dai comandi\n"
|
||||
" installati dall'utente - Proprietari, Gli amministratori e quelli con i permessi Gestisci i canali sovrascrivono i canali ignorati.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4375,12 +4381,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4389,17 +4397,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ignora i comandi nel canale, nel thread o nella categoria.\n\n"
|
||||
" Predefinito al thread o al canale corrente.\n\n"
|
||||
" Note:\n"
|
||||
" - La categoria ignora viene ignorata dai comandi\n"
|
||||
" installati dall'utente - Proprietari, Gli amministratori e quelli con i permessi Gestisci i canali sovrascrivono i canali ignorati.\n\n"
|
||||
" **Esempi:**\n"
|
||||
" - `[p]ignora il canale #general` - Ignora i comandi nel #canale generale.\n"
|
||||
" - `[p]ignore channel` - Ignora i comandi nel canale corrente.\n"
|
||||
" - `[p]ignora il canale \"Canali Generali\"` - Usa citazioni per categorie con spazi.\n"
|
||||
" - `[p]ignore channel 356236713347252226` - Accetta anche ID.\n\n"
|
||||
" **Argomenti:**\n"
|
||||
" - `<channel>` - Il canale da ignorare. Questo può anche essere un canale di discussione o categoria.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4409,20 +4430,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4437,15 +4458,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4454,30 +4475,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Nessuno"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
134
redbot/core/locales/ja-JP.po
generated
134
redbot/core/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "コマンドは Red`s Cog Managerの制御"
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" 現在のCogパスを優先度順に一覧表示します。\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " なし"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,52 +42,52 @@ msgstr "\n"
|
||||
" 使用可能なCogパスのリストにパスを追加します。\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "そのパスは存在しないか、有効なディレクトリをではありません。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "パスが正常に追加されました。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -98,19 +96,19 @@ msgstr "\n"
|
||||
" 再度パスを並び替えて、異なるCogの検出を可能にします。\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "'from' が無効です。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "'to' が無効です"
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "パスを並べ替えました。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -120,26 +118,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -683,51 +681,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -739,19 +737,19 @@ msgstr "グローバルバンクがないので、DMでこのコマンドを実
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "このコマンドを使用するには、少なくとも {cost} {currency} が必要です。"
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "残りのメッセージがあります。続行するには {command_1} と入力してください。"
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "{count} のメッセージが残っています。続行するには {command_1} と入力してください。"
|
||||
|
||||
@@ -4305,11 +4303,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4318,12 +4318,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4334,15 +4336,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4352,20 +4354,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4380,15 +4382,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4397,30 +4399,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "無い"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
131
redbot/core/locales/ko-KR.po
generated
131
redbot/core/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "해당 경로가 없거나 올바른 디렉토리가 아니에요."
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "경로가 성공적으로 추가됐어요."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "'from' 인덱스가 잘돗됐어요."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "'to' 인덱스가 잘못됐어요."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "경로들이 다시 정렬됐어요."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "해당 경로는 존재하지 않아요."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "봇이 새로운 cogs를 '{}' 디렉토리에 설치해요."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4298,11 +4297,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4311,12 +4312,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4327,15 +4330,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "채널이 무시 목록에 추가됐어요."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "채널이 이미 무시 목록에 포함되어 있어요."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4345,20 +4348,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4373,15 +4376,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "채널이 무시 목록에서 제거됐어요."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "해당 채널은 무시 목록에 없어요."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4390,30 +4393,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "없음"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
149
redbot/core/locales/nb-NO.po
generated
149
redbot/core/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Kommandoer for å kommunisere med Red sin cog manager."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Viser gjeldende cog baner i prioritert rekkefølge.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Ingen"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,37 +42,37 @@ msgstr "\n"
|
||||
" Legg til en bane i listen over tilgjengelige cog baner.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Banen er lagt til."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -83,15 +81,15 @@ msgstr "\n"
|
||||
" Fjerner en eller flere stier fra tilgjengelige cog baner gitt `path_numbers` fra `[p]paths`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Følgende baner ble fjernet: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Følgende banenumre finnes ikke: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -100,19 +98,19 @@ msgstr "\n"
|
||||
" Flytter baner internt for å tillate oppdagelse av forskjellige cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Ugyldig \"fra\" index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Ugyldig \"to\" index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Baner forandret."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -127,15 +125,15 @@ msgstr "\n"
|
||||
" Ingen installerte cogs vil bli overført til prosessen.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Denne banen finnes ikke."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Bot'en vil installere nye cogs til \"{}\" mappen."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -144,11 +142,11 @@ msgstr "\n"
|
||||
" Viser alle innlastede og tilgjengelige cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} lastet:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} u belastet:**\n"
|
||||
|
||||
@@ -715,51 +713,51 @@ msgstr "Feil under kommandoen{command}'. Sjekk konsollen eller loggene for detal
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "Jeg trenger {permission} tillatelse til å utføre denne kommandoen."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "Jeg krever {permission_list} tillatelser til å utføre den kommandoen."
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Den kommandoen er ikke tilgjengelig i direktemeldinger."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Den kommandoen er bare tilgjengelig i direktemeldinger."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "Denne kommandoen er bare tilgjengelig i NSFW kanaler."
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes {number} ganger samtidig."
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes en tid samtidig."
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "Den kommandoen fullført fortsatt, den kan bare brukes {number} ganger per {type} samtidig."
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "Den kommandoen er fortsatt fullført, den kan bare brukes en gang per {type} samtidig."
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes {number} ganger per {type} samtidig."
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes en tid per {type} samtidig."
|
||||
|
||||
@@ -771,19 +769,19 @@ msgstr "Kan ikke betale for denne kommandoen i DM uten en global bank."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Du trenger minst {cost} {currency} for å bruke denne kommandoen."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Det er fortsatt en melding som gjenstår. Skriv {command_1} for å fortsette."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Det er fortsatt {count} meldinger igjen. Skriv {command_1} for å fortsette."
|
||||
|
||||
@@ -4431,11 +4429,13 @@ msgstr "De er ikke immuniserte."
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4444,12 +4444,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4458,17 +4460,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ignorer kommandoer i kanalen, tråden eller kategorien.\n\n"
|
||||
" standard gjeldende tråd eller kanal.\n\n"
|
||||
" Merknader:\n"
|
||||
" - Kategori ignoreres av brukerinstallerte kommandoer\n"
|
||||
" - Eiere, Administratorer, og de med administrere kanaltillatelser overstyrer ignorerte kanaler.\n\n"
|
||||
" **Eksempler:**\n"
|
||||
" - `[p]ignorere kanal #general` - Ignorerer kommandoer i den #generelle kanalen.\n"
|
||||
" - `[p]ignore channel` - Ignorerer kommandoer i den gjeldende kanalen.\n"
|
||||
" - `[p]ignorere kanal \"General Channels\"` - Bruk sitater for kategorier med mellomrom.\n"
|
||||
" - `[p]ignore channel 356236713347252226` - også godta ID-er.\n\n"
|
||||
" **Argumenter:**\n"
|
||||
" - `<channel>- Kanalen å ignorere. Dette kan også være en tråd eller kategori kanal.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Kanal lagt til ignorering listen."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Kanal allerede i ignorering listen."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4478,20 +4493,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Denne serveren har blitt lagt til i ignorering listen."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Denne serveren blir allerede ignorert."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4506,15 +4521,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Kanal fjernet fra ignorering listen."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Denne kanalen er ikke i ignorering listen."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4523,30 +4538,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Denne serveren har blitt fjernet fra ignorering listen."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Denne serveren er ikke i ignorering listen."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "Denne serveren blir for øyeblikket ignorert."
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Ingen"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
156
redbot/core/locales/nl-NL.po
generated
156
redbot/core/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
msgstr ""
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " geen"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Pad toegevoegd."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Ongeldige 'van' index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Ongeldige 'naar' index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Paden opnieuw geordend."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Dit pad bestaat niet."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
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:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} geladen:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} niet geladen:**\n"
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Je moet minstens {cost} {currency} hebben om dit commando te gebruiken."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Er is nog één bericht over. Typ {command_1} om door te gaan."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Er zijn nog {count} berichten over. Typ {command_1} om door te gaan."
|
||||
|
||||
@@ -4306,11 +4305,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Opdrachten om servers of kanalen aan de negeerlijst toe te voegen.\n\n"
|
||||
" De negeerlijst zal voorkomen dat de bot reageert op commando's in de geconfigureerde locaties.\n\n"
|
||||
" Notities:\n"
|
||||
" - Categorie negeert u door gebruiker geïnstalleerde opdrachten\n"
|
||||
" - Eigenaar, Beheerders en degenen die Kanaal rechten beheren, overschrijven genegeerde kanalen.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4319,12 +4326,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4333,17 +4342,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Negeer commando's in kanaal, conversatie of categorie.\n\n"
|
||||
" Standaard ingesteld op de huidige thread of kanaal.\n\n"
|
||||
" Notities:\n"
|
||||
" - Categorie negeert u door gebruiker geïnstalleerde opdrachten\n"
|
||||
" - Eigenaar, Beheerders en degenen die Kanaal rechten beheren, overschrijven genegeerde kanalen.\n\n"
|
||||
" **Voorbeelden:**\n"
|
||||
" - `[p]negeert kanaal #general` - Negeert commando's in het #algemene kanaal.\n"
|
||||
" - `[p]negeer kanaal` - Negeert commando's in het huidige kanaal.\n"
|
||||
" - `[p]negeer kanaal \"General Channels\"` - Gebruik aanhalingstekens voor categorieën met spaties.\n"
|
||||
" - `[p]negeer kanaal 356236713347252226` - accepteert ook ID's.\n\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - Het kanaal om te negeren. Dit kan ook een discussie of categorie kanaal zijn.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4353,20 +4375,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4381,15 +4403,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4398,30 +4420,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
157
redbot/core/locales/pl-PL.po
generated
157
redbot/core/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Wyświetla listę bieżących ścieżek cogów w kolejności ważności.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Brak"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,52 +42,52 @@ msgstr "\n"
|
||||
" Dodaj ścieżkę do listy dostępnych ścieżek cogów.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Ścieżka dodana pomyślnie."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -98,19 +96,19 @@ msgstr "\n"
|
||||
" Ponownie porządkuje ścieżki wewnętrznie, by umożliwić odkrycie innych cogów.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Nieprawidłowy indeks 'from'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Nieprawidłowy indeks 'to'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Kolejność ścieżek zmieniona."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -120,15 +118,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Ta ścieżka nie istnieje."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
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:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -137,11 +135,11 @@ msgstr "\n"
|
||||
" Zwraca listę załadowanych i dostępnych modułów.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} załadowane:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} niezaładowane:**\n"
|
||||
|
||||
@@ -701,51 +699,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -757,19 +755,19 @@ msgstr "Nie można zapłacić za tą komendę przez PW bez banku globalnego."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Potrzebujesz co najmniej {cost} {currency} aby użyć tej komendy."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Pozostała jeszcze jedna wiadomość. Wpisz {command_1} , aby kontynuować."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4360,11 +4358,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Polecenia dodawania serwerów lub kanałów do listy ignorowanych.\n\n"
|
||||
" Lista ignorowanych uniemożliwi botowi reagowanie na polecenia w skonfigurowanych lokalizacjach.\n\n"
|
||||
" Uwagi:\n"
|
||||
" - Kategoria zignorowana jest przez zainstalowane przez użytkownika polecenia\n"
|
||||
" - właściciele, Administratorzy oraz ci z uprawnieniami Zarządzania kanałami nadpisują ignorowane kanały.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4373,12 +4379,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4387,17 +4395,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ignoruj komendy w kanale, wątku lub kategorii.\n\n"
|
||||
" Domyślnie dla bieżącego wątku lub kanału.\n\n"
|
||||
" Uwagi:\n"
|
||||
" - Kategoria zignorowana jest przez zainstalowane przez użytkownika polecenia\n"
|
||||
" - właściciele, Administratorzy oraz ci z uprawnieniami Zarządzania kanałami nadpisują ignorowane kanały.\n\n"
|
||||
" **Przykłady:**\n"
|
||||
" - `[p]ignoruje kanał #general` - Ignorowanie poleceń w kanale ogólnym.\n"
|
||||
" - `[p]ignore channel` - Ignorowanie poleceń na bieżącym kanale.\n"
|
||||
" - `[p]ignoruj kanał \"Ogólne kanały\"` - Użyj cytatów dla kategorii z spacjami.\n"
|
||||
" - `[p]ignoruje kanał 356236713347252226` - Akceptuje również ID.\n\n"
|
||||
" **Argumenty:**\n"
|
||||
" - `<channel>` - Kanał do zignorowania. Może to być również kanał wątku lub kategorii.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4407,20 +4428,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4435,15 +4456,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4452,30 +4473,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Brak"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
134
redbot/core/locales/pt-BR.po
generated
134
redbot/core/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Lista os caminhos atuais das cogs, em ordem de prioridade.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Nenhuma"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,54 +42,54 @@ msgstr "\n"
|
||||
" Adiciona um caminho para a lista de caminhos de cogs disponíveis.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr "Um caminho de cog não pode fazer parte do caminho de dados do bot ({bot_data_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr "Um caminho de cog não pode fazer parte do caminho central do bot ({core_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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 "O caminho fornecido parece ser um pacote cog. Você tem certeza de que este é o caminho que deseja adicionar como **caminho de cog**?\n\n"
|
||||
"Por exemplo, no caso a seguir, você deve adicionar {path} como um **caminho de cog**:"
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr "\n"
|
||||
"Consulte a documentação da UI do Cog Manager, em caso de dúvida: "
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr "Ok, o caminho não será adicionado."
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Caminho adicionado com sucesso."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Os seguintes caminhos foram removidos: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Os seguintes números de caminho não existiam: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -100,19 +98,19 @@ msgstr "\n"
|
||||
" Reordena os caminhos internamente, para permitir a descoberta de outras cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Índice 'from' inválido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Índice 'to' inválido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Caminhos reordenados."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -122,15 +120,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Este caminho não existe."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "O bot instalará novos cogs no diretório `{}`."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -139,11 +137,11 @@ msgstr "\n"
|
||||
" Lista todos as cogs carregados e disponíveis.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} carregado:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} descarregado:**\n"
|
||||
|
||||
@@ -704,51 +702,51 @@ msgstr "Erro no comando '{command}'. Verifique seu console ou logs para mais det
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr "Erro no comando '{command}'."
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "Eu preciso da permissão {permission} para executar esse comando."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "Eu preciso das permissões {permission_list} para executar esse comando."
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Este comando não está disponível em DMs."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -760,19 +758,19 @@ msgstr "Não pode pagar por este comando em uma mensagem direta sem um banco glo
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Você precisa de pelo menos {cost} {currency} para usar este comando."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Ainda há uma mensagem restante. Digite {command_1} para continuar."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Ainda há mensagens {count} restantes. Digite {command_1} para continuar."
|
||||
|
||||
@@ -4382,11 +4380,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4395,12 +4395,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4411,15 +4413,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4429,20 +4431,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4457,15 +4459,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4474,30 +4476,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
134
redbot/core/locales/pt-PT.po
generated
134
redbot/core/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,25 +15,23 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Comandos de gestão dos cogs do Red."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ".\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Nenhuma"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -42,37 +40,37 @@ msgstr "\n"
|
||||
" Adiciona um caminho à lista de caminhos disponíveis para cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr "Um caminho para a cog não pode fazer parte do caminho de dados do bot ({bot_data_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr "Ok, o caminho não será adicionado."
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Caminho adicionado com sucesso."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -81,34 +79,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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Os seguintes caminhos foram removidos: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Os números de caminhos a seguir não existem: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Index 'de' inválido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Index 'para' inválido."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Caminhos reordenados."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -118,15 +116,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Esse caminho não existe."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
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:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -134,11 +132,11 @@ msgid "\n"
|
||||
msgstr "\n"
|
||||
"Lista de todos os cogs carregados e disponíveis. "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} carregado:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -687,51 +685,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -743,19 +741,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Ainda há uma mensagem restante. Digite {command_1} para continuar."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Ainda há mensagens {count} restantes. Digite {command_1} para continuar."
|
||||
|
||||
@@ -4316,11 +4314,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4329,12 +4329,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4345,15 +4347,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4363,20 +4365,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4391,15 +4393,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4408,30 +4410,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
157
redbot/core/locales/ru-RU.po
generated
157
redbot/core/locales/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Команды для интерфейса с менеджером плагинов Red."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Список текущих путей cog'ов в порядке приоритета.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Нет"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,39 +42,39 @@ msgstr "\n"
|
||||
" Добавить путь к списку путей доступных cog'ов.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "Этот путь не существует или не указывает на допустимый каталог."
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr "Путь к cog не может быть частью пути к данным бота ({bot_data_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr "Путь к cog не может быть частью ядра к данным бота ({core_path})."
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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 "Указанный путь является cog пакетом, вы уверены, что это путь, который вы хотите добавить как **cog путь**?\n\n"
|
||||
"Например, в следующем случае вы должны добавить {path} в качестве **cog пути**:\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr "\n"
|
||||
"Пожалуйста, обратитесь к документации Cog Manager UI, если вы не уверены: "
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr "Хорошо, путь не будет добавлен."
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Путь успешно добавлен."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -85,15 +83,15 @@ msgstr "\n"
|
||||
" Удаляет путь из доступных путей cog'ов, учитывая `path_number` от `[p]paths`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Следующие пути были удалены: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Следующие номера путей не существуют: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -102,19 +100,19 @@ msgstr "\n"
|
||||
" Внутреннее изменение порядка путей, позволяющие обнаруживать различные cog'и.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Недопустимый индекс 'от'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Недопустимый индекс 'в'."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Пути переупорядочены."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -129,15 +127,15 @@ msgstr "\n"
|
||||
" Установленные cog'и не будут перемещены в процессе.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Этого пути не существует."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Бот будет устанавливать новые плагины в директорию `{}`."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -146,11 +144,11 @@ msgstr "\n"
|
||||
" Список всех загруженных и доступных cog'ов.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} загружен:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} выгружен:**\n"
|
||||
|
||||
@@ -717,51 +715,51 @@ msgstr "Ошибка в команде '{command}'. Проверьте конс
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr "Ошибка в команде '{command}'."
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "Мне требуется разрешение {permission} на выполнение этой команды."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "Мне требуются разрешения {permission_list} для выполнения этой команды."
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Эта команда недоступна в DMs."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Эта команда доступна только в DMs."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "Эта команда доступна только в NSFW каналах."
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только {number} раз."
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только один раз."
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "Эта команда все еще выполняется, она может использоваться одновременно только {number} раз за {type}."
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "Эта команда все еще выполняется, она может быть использована одновременно только один раз за {type}."
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только {number} раз для {type}."
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только один раз для каждого {type}."
|
||||
|
||||
@@ -773,19 +771,19 @@ msgstr "Не удается оплатить эту команду в ЛС бе
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Вам нужно как минимум {cost} {currency} для того чтобы использовать данную команду."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Осталось одно сообщение. Чтобы продолжить, введите {command_1}."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Остались сообщения {count} . Введите {command_1} , чтобы продолжить."
|
||||
|
||||
@@ -4459,15 +4457,19 @@ msgstr "У них нет иммунитета."
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Команды для добавления серверов или каналов в список игнорирования.\n\n"
|
||||
" Список игнорирования не позволит боту отвечать на команды в настроенных местах.\n\n"
|
||||
" Примечание: Владельцы и администраторы могут переопределять список игнорирования.\n"
|
||||
" Команды добавления серверов или каналов в список игнорирования.\n\n"
|
||||
" Список игнорирования не позволит боту отвечать на команды в заданном месте.\n\n"
|
||||
" Примечания:\n"
|
||||
" - Категории игнорируются установленными пользователем командами\n"
|
||||
" - Владельцами, Администраторы и те, кто имеет права управления каналами переопределяют игнорируемые каналы.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4476,12 +4478,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4490,17 +4494,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Игнорировать команды в канале, потоке или категории.\n\n"
|
||||
" По умолчанию используется текущий поток или канал.\n\n"
|
||||
" Примечания:\n"
|
||||
" - Категории игнорируются установленными пользователем командами\n"
|
||||
" - Владельцами, Администраторы и те, кто имеет права управления каналами переопределяют игнорируемые каналы.\n\n"
|
||||
" **Примеры:**\n"
|
||||
" - `[p]игнорировать канал #general` - Ignores команды в #general канале.\n"
|
||||
" - `[p]игнорировать канал` - Игнорирование команд в текущем канале.\n"
|
||||
" - `[p]игнорировать канал \"General Channels\"` - Используйте кавычки для категорий с пробелами.\n"
|
||||
" - `[p]игнорировать канал 356236713347252226` - Также принимает ID.\n\n"
|
||||
" **Аргументы:**\n"
|
||||
" - `<channel>` - Канал для игнорирования. Это также может быть потоком или категорией.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Канал добавлен в список игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Канал уже добавлен в список игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4510,20 +4527,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Этот сервер был добавлен в список игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Этот сервер уже находится в списке игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr "Команды для удаления серверов или каналов из списка игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4538,15 +4555,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Канал удален из списка игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "Этот канал не был добавлен в список игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4555,30 +4572,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Этот сервер был удален из списка игнорирования."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Этот сервер отсутствует в списке игнорируемых."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "Этот сервер в настоящее время игнорируется."
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Нет"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
131
redbot/core/locales/sk-SK.po
generated
131
redbot/core/locales/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4298,11 +4297,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4311,12 +4312,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4327,15 +4330,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4345,20 +4348,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4373,15 +4376,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4390,30 +4393,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
134
redbot/core/locales/sl-SI.po
generated
134
redbot/core/locales/sl-SI.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,25 +15,23 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: sl_SI\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -42,71 +40,71 @@ msgstr "\n"
|
||||
" Dodaj pot v seznam razpoložljivih poti modulov.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Pot je bila uspešno dodana."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Poti razvrščene."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -116,15 +114,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Ta pot ne obstaja."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Bot bo nalagal nove module v mapo `{}`."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -133,11 +131,11 @@ msgstr "\n"
|
||||
" Pokaže vse module ki so naloženi in na voljo.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**Modul {} naložen.**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**Modul {} izklopljen**\n"
|
||||
|
||||
@@ -681,51 +679,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -737,19 +735,19 @@ msgstr "Plačevanje v zasebnih sporočilih ni mogoče brez globalne banke."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Potrebno je vsaj {cost}{currency} da uporabiš to komando."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4334,11 +4332,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4347,12 +4347,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4363,15 +4365,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4381,20 +4383,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4409,15 +4411,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4426,30 +4428,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
157
redbot/core/locales/sv-SE.po
generated
157
redbot/core/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, 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:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Listar aktuella kugghjulsbanor i prioritetsordning.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Ingen"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,52 +42,52 @@ msgstr "\n"
|
||||
" Lägg till en sökväg till listan över tillgängliga kugghjulsvägar.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Sökvägen har lagts till."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -98,19 +96,19 @@ msgstr "\n"
|
||||
" Omsorterar vägar internt för att möjliggöra upptäckten av olika koggar.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Ogiltigt 'from' index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Ogiltigt 'to' index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Sökvägarna omordnade."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -120,15 +118,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Sökvägen finns inte."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Boten kommer att installera nya cogar i `{}` mappen."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -137,11 +135,11 @@ msgstr "\n"
|
||||
" Listar alla inlästa och tillgängliga koggar.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} laddad:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} urladdad:**\n"
|
||||
|
||||
@@ -686,51 +684,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -742,19 +740,19 @@ msgstr "Kan inte betala för detta kommando i DM utan en global bank."
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Du behöver minst {cost} {currency} för att använda detta kommando."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Det finns fortfarande ett meddelande kvar. Skriv {command_1} för att fortsätta."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Det finns fortfarande {count} meddelanden kvar. Skriv {command_1} för att fortsätta."
|
||||
|
||||
@@ -4322,11 +4320,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Kommandon för att lägga till servrar eller kanaler till ignoreringslistan.\n\n"
|
||||
" Ignoreringslistan kommer att hindra boten från att svara på kommandon på de konfigurerade platserna.\n\n"
|
||||
" Anteckningar:\n"
|
||||
" - Kategori ignoreras av användarinstallerade kommandon\n"
|
||||
" - Ägare, Administratörer och de med Hantera kanalbehörigheter åsidosätter ignorerade kanaler.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4335,12 +4341,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4349,17 +4357,30 @@ msgid "\n"
|
||||
" **Arguments:**\n"
|
||||
" - `<channel>` - The channel to ignore. This can also be a thread or category channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ignorera kommandon i kanalen, tråden eller kategorin.\n\n"
|
||||
" Standard för nuvarande tråd eller kanal.\n\n"
|
||||
" Anteckningar:\n"
|
||||
" - Kategori ignoreras av användarinstallerade kommandon\n"
|
||||
" - Ägare, Administratörer och de med Hantera kanalbehörigheter åsidosätter ignorerade kanaler.\n\n"
|
||||
" **Exempel:**\n"
|
||||
" - `[p]ignorera kanal #general` - Ignorerar kommandon i #general kanalen.\n"
|
||||
" - `[p]ignore channel` - Ignorerar kommandon i den aktuella kanalen.\n"
|
||||
" - `[p]ignorera kanal \"General Channels\"` - Använd citat för kategorier med mellanslag.\n"
|
||||
" - `[p]ignorera kanal 356236713347252226` - accepterar även ID:n.\n\n"
|
||||
" **Argument:**\n"
|
||||
" - `<channel>` - Kanalen att ignorera. Detta kan också vara en tråd eller kategorikanal.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4369,20 +4390,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4397,15 +4418,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4414,30 +4435,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "Inget"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
140
redbot/core/locales/tr-TR.po
generated
140
redbot/core/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Red'in cog Yöneticisi ile arabirim komutları."
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" Geçerli cog yerlerini öncelik sırasına göre listeler.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,52 +42,52 @@ msgstr "\n"
|
||||
" Mevcut cog konumlarına bir konum ekler.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
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:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "Reklam başarıyla eklendi."
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -98,19 +96,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:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Geçersiz 'başlangıç' tarihi."
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "'Kime' dizini geçersiz."
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "Yolları yeniden sıralanmış."
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -126,15 +124,15 @@ msgstr "\n"
|
||||
" \n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "Böyle bir sayfa yok."
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Bot yeni Smm '{}' dizinine yükler."
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -143,11 +141,11 @@ msgstr "\n"
|
||||
" Yüklü ve kullanılabilir cogları listeler.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} yüklendi:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} yüklenmesi kaldırıldı:**\n"
|
||||
|
||||
@@ -711,51 +709,51 @@ msgstr "Bu komutu kullanırken bir hata oluştu '{command}'. Detaylar için kons
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "O komutu çalıştırmak için {permission} iznine ihtiyacım var."
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "O komutu çalıştırmak için {permission_list} izinlerine ihtiyacım var."
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "Bu komut DM üzerinden kullanılamaz."
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "Bu komut sadece DM üzerinden kullanılabilir."
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "Bu komut yalnızca Uygunsuz (NSFW) kanallarda kullanılabilir."
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "Bu komutu kullanmakta olan çok fazla kişi var. Aynı anda sadece {number} kez kullanılabilir."
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "Bu komutu çok fazla kişi kullanmakta. Aynı anda sadece bir kere kullanılabilir."
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "Komutun çalıştırılması henüz bitmedi, aynı anda {type} başına {number} kere kullanılabilir."
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "Komutun çalıştırılması henüz bitmedi, {type} başına sadece bir kere kullanılabilir."
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "Bu komutu kullanmakta olan çok fazla kişi var. {type} başına aynı anda {number} kez kullanılabilir."
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "Bu komutu çok fazla kişi kullanmakta. Aynı anda {type} başına sadece bir kere kullanılabilir."
|
||||
|
||||
@@ -767,19 +765,19 @@ msgstr "Bu komut için özel mesajda küresel banka olmaksızın ödeme yapılam
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "Bu komutu kullanabilmen için {cost} {currency} ihtiyacın var."
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4443,15 +4441,13 @@ msgstr "Onlar dokunulmaz değil."
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Görmezden gelinecek listesine sunucular eklemek için komutlar.\n\n"
|
||||
" Bot bu listeye eklenmiş konumlarda verilen komutlara cevap vermeyecektir.\n\n"
|
||||
" Not: Sahipler ve Adminleri bu liste etkilemez.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4460,12 +4456,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4476,15 +4474,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "Kanal yok sayılan olarak eklendi."
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "Kanal zaten görmezden gelinenler listesinde."
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4494,20 +4492,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "Bu sunucu yok sayılan olarak listeye eklendi."
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "Bu sunucu zaten yok sayılan modu açılmış."
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr "Görmezden gelinenler listesinden sunucular veya kanallar çıkarmak için komutlar."
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4522,15 +4520,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "Kanal yok sayılan listesinden kaldırıldı."
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "O kanal görmezden gelinenler listesinde değil."
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4539,30 +4537,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "Bu sunucu yok sayılan listesinden kaldırıldı."
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "Bu sunucu görmezden gelinenler listesinde değil."
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "Bu sunucu şu anda görmezden gelinmekte."
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "None"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
133
redbot/core/locales/uk-UA.po
generated
133
redbot/core/locales/uk-UA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: uk_UA\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
msgstr ""
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " Без ефекту"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr "Залишилося одне повідомлення. Введіть {command_1} , щоб продовжити."
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr "Залишилося ще {count} . Введіть {command_1} для продовження."
|
||||
|
||||
@@ -4306,11 +4305,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4319,12 +4320,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4335,15 +4338,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4353,20 +4356,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4381,15 +4384,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4398,30 +4401,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
131
redbot/core/locales/vi-VN.po
generated
131
redbot/core/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,95 +15,94 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
#: redbot/core/_cog_manager.py:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, 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:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -113,26 +112,26 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -676,51 +675,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -732,19 +731,19 @@ msgstr ""
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4298,11 +4297,13 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4311,12 +4312,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4327,15 +4330,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4345,20 +4348,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4373,15 +4376,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4390,30 +4393,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
142
redbot/core/locales/zh-CN.po
generated
142
redbot/core/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "与Red的齿轮管理器接口的命令"
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,11 @@ msgstr "\n"
|
||||
" 按优先级列出当前的齿轮路径\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr " 无"
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,37 +42,37 @@ msgstr "\n"
|
||||
" 将路径添加到可用线路列表\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "该路径不存在或不指向一个有效的目录"
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "路径已成功添加。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -83,15 +81,15 @@ msgstr "\n"
|
||||
" 根据 `[p]paths` 中的 `path_numbers` 从可用的插件路径中删除一个或多个路径。\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "删除了以下路径:{paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "以下路径编号不存在: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -100,19 +98,19 @@ msgstr "\n"
|
||||
" 在内部重新排序路径以允许发现不同的齿轮\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "无效的‘从’索引"
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "无效的‘到’索引"
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "已重新排序路径。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -127,15 +125,15 @@ msgstr "\n"
|
||||
" 在此过程中不会转移已安装的插件。\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "该路径不存在。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "机器人将安装新的齿轮到`{}`目录。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -144,11 +142,11 @@ msgstr "\n"
|
||||
" 列出所有已加载和可用的齿轮\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} 已加载:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} 卸载:**\n"
|
||||
|
||||
@@ -694,51 +692,51 @@ msgstr ""
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr ""
|
||||
|
||||
@@ -750,19 +748,19 @@ msgstr "如果没有全球银行,无法在DM中支付此命令"
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "你至少需要 {cost} {currency} 才能使用此命令"
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4384,11 +4382,19 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" 命令将服务器或频道添加到忽略列表。\n\n"
|
||||
" 忽略列表将阻止机器人响应配置位置中的命令。\n\n"
|
||||
" 注意:\n"
|
||||
" - 用户安装的命令忽略类别忽略了\n"
|
||||
" - 所有者, 管理员和管理频道权限覆盖忽略频道。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4397,12 +4403,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4413,15 +4421,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4431,20 +4439,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4459,15 +4467,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4476,30 +4484,30 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
140
redbot/core/locales/zh-TW.po
generated
140
redbot/core/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
|
||||
"POT-Creation-Date: 2026-03-04 21:41+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:326
|
||||
#: redbot/core/_cog_manager.py:339
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "與 Red 的 cog 管理器交互的命令。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:335
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -28,13 +28,11 @@ msgid "\n"
|
||||
msgstr "\n"
|
||||
"按優先級順序列出當前 cog 路徑。 "
|
||||
|
||||
#: redbot/core/_cog_manager.py:343
|
||||
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:370 redbot/core/_cog_manager.py:371
|
||||
msgid " None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:357
|
||||
#: redbot/core/_cog_manager.py:379
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -42,37 +40,37 @@ msgid "\n"
|
||||
msgstr "\n"
|
||||
"將路徑添加到可用 cog 路徑列表中。 "
|
||||
|
||||
#: redbot/core/_cog_manager.py:361
|
||||
#: redbot/core/_cog_manager.py:383
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "該路徑不存在或未指向有效目錄。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:370
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:380
|
||||
#: redbot/core/_cog_manager.py:402
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:422
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
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:429
|
||||
#: redbot/core/_cog_manager.py:451
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:435
|
||||
#: redbot/core/_cog_manager.py:457
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:444
|
||||
#: redbot/core/_cog_manager.py:466
|
||||
msgid "Path successfully added."
|
||||
msgstr "路徑已成功添加。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:449
|
||||
#: redbot/core/_cog_manager.py:471
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -81,15 +79,15 @@ msgstr "\n"
|
||||
" 在給定 `[p]paths` 中的 `path_numbers` 的情況下,從可用的 cog 路徑中刪除一個或多個路徑。\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:470
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "刪除了以下路徑:{paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:476
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "以下路徑編號不存在:{path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:487
|
||||
#: redbot/core/_cog_manager.py:509
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -97,19 +95,19 @@ msgid "\n"
|
||||
msgstr "\n"
|
||||
"在內部重新排序路徑以允許發現不同的 cog。 "
|
||||
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
#: redbot/core/_cog_manager.py:520
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "'from' 索引無效。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:504
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "'to' 索引無效。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:508
|
||||
#: redbot/core/_cog_manager.py:530
|
||||
msgid "Paths reordered."
|
||||
msgstr "路徑重新排序。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:513
|
||||
#: redbot/core/_cog_manager.py:535
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -123,15 +121,15 @@ msgstr "\n"
|
||||
" 目錄並且它必須已經存在。\n\n"
|
||||
" 在此過程中不會傳輸已安裝的 cog。 "
|
||||
|
||||
#: redbot/core/_cog_manager.py:527
|
||||
#: redbot/core/_cog_manager.py:549
|
||||
msgid "That path does not exist."
|
||||
msgstr "路徑不存在。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#: redbot/core/_cog_manager.py:554
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "該機器人會將新的 cog 安裝到 `{}` 目錄。"
|
||||
|
||||
#: redbot/core/_cog_manager.py:538
|
||||
#: redbot/core/_cog_manager.py:560
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -139,11 +137,11 @@ msgid "\n"
|
||||
msgstr "\n"
|
||||
"列出所有已加載和可用的 cog。 "
|
||||
|
||||
#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566
|
||||
#: redbot/core/_cog_manager.py:573 redbot/core/_cog_manager.py:588
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} 已加載:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568
|
||||
#: redbot/core/_cog_manager.py:574 redbot/core/_cog_manager.py:590
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} 已卸載:**\n"
|
||||
|
||||
@@ -708,51 +706,51 @@ msgstr "命令“{command}”出錯。 檢查您的控制台或日誌以獲取
|
||||
msgid "Error in command '{command}'."
|
||||
msgstr "指令“{command}”出錯。"
|
||||
|
||||
#: redbot/core/_events.py:406 redbot/core/tree.py:313
|
||||
#: redbot/core/_events.py:409 redbot/core/tree.py:313
|
||||
msgid "I require the {permission} permission to execute that command."
|
||||
msgstr "我需要 {permission} 權限才能執行該命令。"
|
||||
|
||||
#: redbot/core/_events.py:410 redbot/core/tree.py:317
|
||||
#: redbot/core/_events.py:413 redbot/core/tree.py:317
|
||||
msgid "I require {permission_list} permissions to execute that command."
|
||||
msgstr "我需要 {permission_list} 權限才能執行該命令。"
|
||||
|
||||
#: redbot/core/_events.py:418 redbot/core/tree.py:324
|
||||
#: redbot/core/_events.py:421 redbot/core/tree.py:324
|
||||
msgid "That command is not available in DMs."
|
||||
msgstr "該指令在 DM 中不可用。"
|
||||
|
||||
#: redbot/core/_events.py:420
|
||||
#: redbot/core/_events.py:423
|
||||
msgid "That command is only available in DMs."
|
||||
msgstr "該指令僅在 DM 中可用。"
|
||||
|
||||
#: redbot/core/_events.py:422
|
||||
#: redbot/core/_events.py:425
|
||||
msgid "That command is only available in NSFW channels."
|
||||
msgstr "該指令僅在 NSFW 頻道中可用。"
|
||||
|
||||
#: redbot/core/_events.py:434 redbot/core/tree.py:330
|
||||
#: redbot/core/_events.py:437 redbot/core/tree.py:330
|
||||
msgid "This command is on cooldown. Try again {relative_time}."
|
||||
msgstr "此命令正在冷卻。 {relative_time} 再試一次。"
|
||||
|
||||
#: redbot/core/_events.py:441
|
||||
#: redbot/core/_events.py:444
|
||||
msgid "Too many people using this command. It can only be used {number} times concurrently."
|
||||
msgstr "使用此指令的人太多。它只能同時使用 {number} 次。"
|
||||
|
||||
#: redbot/core/_events.py:446
|
||||
#: redbot/core/_events.py:449
|
||||
msgid "Too many people using this command. It can only be used once concurrently."
|
||||
msgstr "使用此指令的人太多。 它只能同時使用一次。"
|
||||
|
||||
#: redbot/core/_events.py:452
|
||||
#: redbot/core/_events.py:455
|
||||
msgid "That command is still completing, it can only be used {number} times per {type} concurrently."
|
||||
msgstr "該命令仍在完成中,每個 {type} 只能同時使用 {number} 次。"
|
||||
|
||||
#: redbot/core/_events.py:457
|
||||
#: redbot/core/_events.py:460
|
||||
msgid "That command is still completing, it can only be used once per {type} concurrently."
|
||||
msgstr "該命令仍在完成,每個 {type} 只能同時使用一次。"
|
||||
|
||||
#: redbot/core/_events.py:463
|
||||
#: redbot/core/_events.py:466
|
||||
msgid "Too many people using this command. It can only be used {number} times per {type} concurrently."
|
||||
msgstr "使用此命令的人太多。 每個{type} 只能同時使用{number} 次。"
|
||||
|
||||
#: redbot/core/_events.py:468
|
||||
#: redbot/core/_events.py:471
|
||||
msgid "Too many people using this command. It can only be used once per {type} concurrently."
|
||||
msgstr "使用此指令的人太多。每個{type} 只能同時使用一次。"
|
||||
|
||||
@@ -764,19 +762,19 @@ msgstr "如果沒有全球銀行,就無法在 DM 中支付此命令。 "
|
||||
msgid "You need at least {cost} {currency} to use this command."
|
||||
msgstr "您至少需要 {cost} {currency} 才能使用此命令。"
|
||||
|
||||
#: redbot/core/bot.py:2487
|
||||
#: redbot/core/bot.py:2511
|
||||
msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2491
|
||||
#: redbot/core/bot.py:2515
|
||||
msgid "There is still one message remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2496
|
||||
#: redbot/core/bot.py:2520
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/bot.py:2500
|
||||
#: redbot/core/bot.py:2524
|
||||
msgid "There are still {count} messages remaining. Type {command_1} to continue."
|
||||
msgstr ""
|
||||
|
||||
@@ -4456,15 +4454,13 @@ msgstr "他們不是免疫的。"
|
||||
msgid "\n"
|
||||
" Commands to add servers or channels to the ignore list.\n\n"
|
||||
" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n"
|
||||
" Note: Owners and Admins override the ignore list.\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" 將伺務器或頻道添加到忽略列表的指令。\n\n"
|
||||
" 忽略列表將阻止機器人響應配置位置中的指令。\n\n"
|
||||
" 注意:所有者和管理員覆蓋忽略列表。\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5797
|
||||
#: redbot/core/core_commands.py:5799
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" List the currently ignored servers and channels.\n\n"
|
||||
@@ -4473,12 +4469,14 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5819
|
||||
#: redbot/core/core_commands.py:5821
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in the channel, thread, or category.\n\n"
|
||||
" Defaults to the current thread or channel.\n\n"
|
||||
" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" Notes:\n"
|
||||
" - Category ignores are ignored by user-installed commands\n"
|
||||
" - Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n"
|
||||
" **Examples:**\n"
|
||||
" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n"
|
||||
" - `[p]ignore channel` - Ignores commands in the current channel.\n"
|
||||
@@ -4489,15 +4487,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5837
|
||||
#: redbot/core/core_commands.py:5841
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "頻道已添加到忽略列表。"
|
||||
|
||||
#: redbot/core/core_commands.py:5839
|
||||
#: redbot/core/core_commands.py:5843
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "頻道已在忽略列表中。"
|
||||
|
||||
#: redbot/core/core_commands.py:5844
|
||||
#: redbot/core/core_commands.py:5848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Ignore commands in this server.\n\n"
|
||||
@@ -4507,20 +4505,20 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5855
|
||||
#: redbot/core/core_commands.py:5859
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr "此服務器已添加到忽略列表。"
|
||||
|
||||
#: redbot/core/core_commands.py:5857
|
||||
#: redbot/core/core_commands.py:5861
|
||||
msgid "This server is already being ignored."
|
||||
msgstr "此伺務器已被忽略。"
|
||||
|
||||
#: redbot/core/core_commands.py:5863
|
||||
#: redbot/core/core_commands.py:5867
|
||||
#, docstring
|
||||
msgid "Commands to remove servers or channels from the ignore list."
|
||||
msgstr "從忽略列表中刪除伺務器或頻道的指令。"
|
||||
|
||||
#: redbot/core/core_commands.py:5878
|
||||
#: redbot/core/core_commands.py:5882
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove a channel, thread, or category from the ignore list.\n\n"
|
||||
@@ -4535,15 +4533,15 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5894
|
||||
#: redbot/core/core_commands.py:5898
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "頻道已從忽略列表中刪除。"
|
||||
|
||||
#: redbot/core/core_commands.py:5896
|
||||
#: redbot/core/core_commands.py:5900
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "該頻道不在忽略列表中。"
|
||||
|
||||
#: redbot/core/core_commands.py:5901
|
||||
#: redbot/core/core_commands.py:5905
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Remove this server from the ignore list.\n\n"
|
||||
@@ -4552,24 +4550,24 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:5910
|
||||
#: redbot/core/core_commands.py:5914
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr "此伺務器已從忽略列表中刪除。"
|
||||
|
||||
#: redbot/core/core_commands.py:5912
|
||||
#: redbot/core/core_commands.py:5916
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr "此伺務器已從忽略列表中刪除。"
|
||||
|
||||
#: redbot/core/core_commands.py:5926
|
||||
#: redbot/core/core_commands.py:5930
|
||||
msgid "This server is currently being ignored."
|
||||
msgstr "當前正在忽略此伺務器。"
|
||||
|
||||
#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945
|
||||
#: redbot/core/core_commands.py:5946
|
||||
#: redbot/core/core_commands.py:5947 redbot/core/core_commands.py:5949
|
||||
#: redbot/core/core_commands.py:5950
|
||||
msgid "None"
|
||||
msgstr "無"
|
||||
|
||||
#: redbot/core/core_commands.py:5947
|
||||
#: redbot/core/core_commands.py:5951
|
||||
msgid "Currently ignored categories: {categories}\n"
|
||||
"Channels: {channels}\n"
|
||||
"Threads (excluding archived):{threads}"
|
||||
@@ -4577,7 +4575,7 @@ msgstr "當前忽略的類別:{categories}\n"
|
||||
"頻道:{channels}\n"
|
||||
"主題(不包括已存檔的):{threads}"
|
||||
|
||||
#: redbot/core/core_commands.py:5964
|
||||
#: redbot/core/core_commands.py:5968
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Get info about Red's licenses.\n"
|
||||
|
||||
25
redbot/core/utils/locales/nl-NL.po
generated
25
redbot/core/utils/locales/nl-NL.po
generated
@@ -65,50 +65,51 @@ msgstr "seconden"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:667
|
||||
msgid "negative"
|
||||
msgstr ""
|
||||
msgstr "negatief"
|
||||
|
||||
#: redbot/core/utils/views.py:34
|
||||
msgid "Select a Page"
|
||||
msgstr ""
|
||||
msgstr "Selecteer een pagina"
|
||||
|
||||
#: redbot/core/utils/views.py:183
|
||||
msgid "Page {num}"
|
||||
msgstr ""
|
||||
msgstr "Pagina {num}"
|
||||
|
||||
#: redbot/core/utils/views.py:338 redbot/core/utils/views.py:702
|
||||
msgid "You are not authorized to interact with this."
|
||||
msgstr ""
|
||||
msgstr "Je hebt geen toestemming om dit te gebruiken."
|
||||
|
||||
#: redbot/core/utils/views.py:380
|
||||
msgid "Set API Keys"
|
||||
msgstr ""
|
||||
msgstr "API-sleutels instellen"
|
||||
|
||||
#: redbot/core/utils/views.py:381
|
||||
msgid "Keys and tokens"
|
||||
msgstr ""
|
||||
msgstr "Sleutels en tokens"
|
||||
|
||||
#: redbot/core/utils/views.py:388
|
||||
msgid "Keys and tokens for {service}"
|
||||
msgstr ""
|
||||
msgstr "Sleutels en tokens voor {service}"
|
||||
|
||||
#: redbot/core/utils/views.py:397
|
||||
msgid "Service"
|
||||
msgstr ""
|
||||
msgstr "Dienst"
|
||||
|
||||
#: redbot/core/utils/views.py:438
|
||||
msgid "This modal is for bot owners only. Whoops!"
|
||||
msgstr ""
|
||||
msgstr "Deze modal is alleen voor bot-eigenaren. Oeps!"
|
||||
|
||||
#: redbot/core/utils/views.py:451
|
||||
msgid "{error_message}\n"
|
||||
"Please try again."
|
||||
msgstr ""
|
||||
msgstr "{error_message}\n"
|
||||
"Probeer het opnieuw."
|
||||
|
||||
#: redbot/core/utils/views.py:458 redbot/core/utils/views.py:465
|
||||
msgid "`{service}` API tokens have been set."
|
||||
msgstr ""
|
||||
msgstr "`{service}` API-tokens zijn ingesteld."
|
||||
|
||||
#: redbot/core/utils/views.py:501
|
||||
msgid "This button is for bot owners only, oh well."
|
||||
msgstr ""
|
||||
msgstr "Deze knop is alleen voor bot-eigenaren, tja."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user