Automated Crowdin downstream (#6605)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-26 00:36:39 +00:00
committed by GitHub
parent 031e57891c
commit 1e5620935d
138 changed files with 11433 additions and 7219 deletions

View File

@@ -29,7 +29,7 @@ msgstr "Diese Zeitspanne ist für diesen Befehl zu groß. (Maximal: {maximum})"
#: redbot/core/commands/converter.py:159 redbot/core/commands/converter.py:168
msgid "0 seconds"
msgstr ""
msgstr "0 Sekunden"
#: redbot/core/commands/converter.py:164
msgid "This amount of time is too small for this command. (Minimum: {minimum})"
@@ -125,7 +125,7 @@ msgstr "Gebe {command1} ein, um weitere Informationen zu einem Befehl zu erhalte
#: redbot/core/commands/help.py:358
msgid "Syntax:\n"
msgstr ""
msgstr "Syntax:\n"
#: redbot/core/commands/help.py:360
msgid "Aliases"

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
@@ -678,23 +678,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -706,7 +706,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -742,14 +742,22 @@ msgstr "لا يمكن دفع ثمن هذا الأمر في DM بدون بنك ع
msgid "You need at least {cost} {currency} to use this command."
msgstr "تحتاج على الأقل إلى {cost} {currency} لاستخدام هذا الأمر."
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr "لا تزال هناك رسالة واحدة متبقية. اكتب {command_1} للمتابعة."
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "لا تزال هناك رسائل {count} متبقية. اكتب {command_1} للمتابعة."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "الاسم المستعار {alias_name} هو بالفعل أمر موجود أو اسم مستخدم في أحد الأوامر المحملة."
@@ -4483,12 +4491,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4513,7 +4521,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4537,7 +4545,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4561,51 +4569,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4615,17 +4623,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4726,19 +4734,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n"
@@ -684,23 +684,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -712,7 +712,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -748,14 +748,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4428,12 +4436,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4458,7 +4466,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4482,7 +4490,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4506,51 +4514,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Вече се провежда REPL сесия в този канал. Напуснете я с `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4560,17 +4568,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4671,19 +4679,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
@@ -690,23 +690,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -718,7 +718,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -754,14 +754,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
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í."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4456,12 +4464,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4486,7 +4494,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4510,7 +4518,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4534,51 +4542,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Ukončování."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4588,17 +4596,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4699,19 +4707,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Danish\n"
"MIME-Version: 1.0\n"
@@ -151,7 +151,7 @@ msgstr ""
#: redbot/core/_diagnoser.py:112
msgid "Check if the command caller is not a bot"
msgstr ""
msgstr "Tjek om kommandoen opkalder ikke er en bot"
#: redbot/core/_diagnoser.py:118
msgid "The user is a bot which prevents them from running any command."
@@ -677,23 +677,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -705,7 +705,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -741,14 +741,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
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."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "Alias {alias_name} er allerede en eksisterende kommando eller alias i en af de indlæste cogs."
@@ -4423,12 +4431,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4453,7 +4461,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4477,7 +4485,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4501,51 +4509,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4555,17 +4563,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4666,19 +4674,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
@@ -710,23 +710,23 @@ msgstr "\"{argument}\" no es un entero."
msgid "\"{argument}\" is not a number."
msgstr "\"{argument}\" no es un número."
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr "Error en el comando '{command}'. Revisa tu consola o logs para obtener más detalles."
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr "Error en el comando '{command}'."
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr "Ese comando no está disponible en DMs."
@@ -738,7 +738,7 @@ msgstr "Ese comando sólo está disponible en DMs."
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:327
#: redbot/core/_events.py:434 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}."
@@ -774,14 +774,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "Todavía quedan mensajes {count} . Escribe {command_1} para continuar."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "El alias {alias_name} ya es un comando o alias existente en uno de los cogs cargados."
@@ -4770,12 +4778,12 @@ msgstr "\n"
" Obtén información sobre las licencias de Red.\n"
" "
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr "El desarrollo variado se centró en utilidades."
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4819,7 +4827,7 @@ msgstr "Evalúa una declaración de código python.\n\n"
" `cf` - del módulo redbot.core.utils.chat_formatting \n"
" "
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4862,7 +4870,7 @@ msgstr "Ejecutar código asíncrono.\n\n"
" `cf` - del módulo redbot.core.utils.chat_formatting \n"
" "
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4905,44 +4913,44 @@ msgstr "Abrir un REPL interactivo.\n\n"
" `cf` - del módulo redbot.core.utils.chat_formatting \n"
" "
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Este canal ya está ejecutando una sesión REPL. Salga usando `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr "Ya ejecutando una sesión REPL en este canal. Reanuda el REPL con `{}repl resume`."
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr "Introduzca el código para ejecutar o evaluar. `exit()` o `quit` para salir. `{}repl pause` para pausar."
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Saliendo."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr "Error inesperado: "
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr "Pausa/reanuda el proceso REPL en ejecución en el canal actual."
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr "Actualmente no hay ninguna sesión REPL en este canal."
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr "Se ha reanudado la sesión REPL en este canal."
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr "La sesión REPL en este canal ahora está pausada."
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
@@ -4951,7 +4959,7 @@ msgstr "Simula a otro usuario que invoca un comando.\n\n"
" El prefijo no debe ser introducido.\n"
" "
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4966,18 +4974,18 @@ msgstr "Envia un mensaje de evento como si fuera enviado por un usuario diferent
" o cualquier otra cosa que haga que el mensaje no esté vacío.\n"
" "
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr "Dale a los dueños del bot la capacidad de evitar los tiempos de recarga.\n\n"
" No persiste a través de reinicios."
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Los propietarios de bots ahora saltarán todos los comandos con tiempos de espera."
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "Los propietarios de bots ya no pasarán por alto todos los comandos con tiempos de espera."
@@ -5078,19 +5086,19 @@ msgstr "Enmendado por:"
msgid "Last modified at:"
msgstr "Última modificación en:"
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr "Comando no encontrado."
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr "No tienes permiso para usar este comando."
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Estonian\n"
"MIME-Version: 1.0\n"
@@ -669,23 +669,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -697,7 +697,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -733,14 +733,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4413,12 +4421,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4443,7 +4451,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4467,7 +4475,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4491,51 +4499,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4545,17 +4553,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4656,19 +4664,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr "Tuo komento ei ole käytettävissä yksityisviesteissä."
@@ -696,7 +696,7 @@ msgstr "Tuo komento on käytettävissä vain yksityisviesteissä."
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4413,12 +4421,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4443,7 +4451,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4467,7 +4475,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4491,51 +4499,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Poistutaan."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4545,17 +4553,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4656,19 +4664,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
@@ -706,23 +706,23 @@ msgstr "\"{argument}\" n'est pas un nombre."
msgid "\"{argument}\" is not a number."
msgstr "\"{argument}\" n'est pas un nombre."
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr "Erreur dans la commande '{command}'. Vérifiez votre console ou les logs pour plus de détails."
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr "Erreur lors de lexécution de la commande '{command}'."
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 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)."
@@ -734,7 +734,7 @@ msgstr "Cette commande est disponible seulement en messages privés."
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:327
#: redbot/core/_events.py:434 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}."
@@ -770,14 +770,22 @@ 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 dau moins {cost} {currency} pour utiliser cette commande."
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
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."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "L'alias {alias_name} est une commande ou un alias qui existe déjà dans l'un des cogs chargés."
@@ -4676,12 +4684,12 @@ msgstr "\n"
" Obtenir des infos sur les licences de Red .\n"
" "
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr "Divers outils axés sur le développement."
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4706,7 +4714,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4730,7 +4738,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4754,44 +4762,44 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Déjà en cours d'exécution d'une session REPL dans ce canal. Quittez-la avec `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr "Entrez du code à exécuter ou évaluer. Entrez `exit()` ou `quit` pour quitter. `{}repl pause` pour mettre en pause."
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Fermeture en cours."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr "Erreur inattendue :"
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr "Interrompt/reprend l'exécution de REPL dans le canal en cours."
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr "Il n'y a pas de session REPL en cours d'exécution dans ce salon."
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr "La session REPL dans ce salon a été reprise."
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr "La session REPL dans ce salon est maintenant en pause."
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
@@ -4800,7 +4808,7 @@ msgstr "Faire comme si un autre utilisateur invoquait une commande.\n\n"
" Le préfixe ne doit pas être saisi.\n"
" "
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4810,18 +4818,18 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr "Donne aux propriétaires de bot la possibilité de contourner les temps de redémarrage.\n\n"
" Ne persiste pas au redémarrage."
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Les propriétaires du bots passeront désormais au travers des délais de réutilisation des commandes."
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "Les propriétaires du bots ne passeront désormais plus au travers des délais de réutilisation des commandes."
@@ -4922,19 +4930,19 @@ msgstr "Modifié par :"
msgid "Last modified at:"
msgstr "Modifié pour la dernière fois :"
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr "Commande introuvable."
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr "Vous n'avez pas la permission d'utiliser cette commande."
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Hindi\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -696,7 +696,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4412,12 +4420,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4442,7 +4450,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4466,7 +4474,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4490,51 +4498,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4544,17 +4552,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4655,19 +4663,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Croatian\n"
"MIME-Version: 1.0\n"
@@ -690,23 +690,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr "Pogreška u naredbi '{command}'. Provjerite konzolu ili zapisnike za detalje."
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr "Ova naredba nije dostupna u direktnim porukama."
@@ -718,7 +718,7 @@ msgstr "Ova naredba je dostupna samo u direktnim porukama."
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:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -754,14 +754,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "Nadimak {alias_name} već je postojeća naredba ili nadimak u jednom od učitanih Cogova."
@@ -4465,12 +4473,12 @@ msgstr "\n"
" Dobijte informacije o Red-ovim licencama.\n"
" "
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr "Razne usluge usmjerene na razvoj."
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4495,7 +4503,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4519,7 +4527,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4543,44 +4551,44 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "REPL sesija se već izvodi u ovom kanalu. Izađite s `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr "REPL sesija se već izvodi u ovom kanalu. Nastavi REPL s `{}repl resume`."
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr "Unesite kod za izvršenje ili analizu. `exit()` ili `quit` za izlaz. `{}repl pause` za pauziranje."
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Izlazim."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr "Trenutno nema pokrenute REPL sesije u ovom kanalu."
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr "REPL sesija u ovom kanalu je nastavljena."
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr "REPL sesija u ovom kanalu je sada pauzirana."
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
@@ -4589,7 +4597,7 @@ msgstr "Pretvarajte se da drugi korisnik poziva naredbu.\n\n"
" Prefiks se ne smije unijeti.\n"
" "
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4604,18 +4612,18 @@ msgstr "Pošaljite događaj poruke kao da ga je poslao drugi korisnik.\n\n"
" ili bilo što drugo što poruku čini nepraznom.\n"
" "
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr "Omogućite vlasnicima bota da zaobiđu vrijeme hlađenja.\n\n"
" Ne traje nakon ponovnog pokretanja."
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Vlasnici bota će sada zaobilaziti hlađenje svih naredbi."
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "Vlasnici bota više neće zaobilaziti hlađenje svih naredbi."
@@ -4716,19 +4724,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -677,23 +677,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -705,7 +705,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -741,14 +741,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4424,12 +4432,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4454,7 +4462,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4478,7 +4486,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4502,51 +4510,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Már most is fut egy REPL értekezlet ebben a csatornában. Lépj ki a `quit` használatával."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4556,17 +4564,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4667,19 +4675,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Indonesian\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -696,7 +696,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4420,12 +4428,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4450,7 +4458,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4474,7 +4482,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4498,51 +4506,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Sudah menjalankan sesi REPL dalam kanal ini. Keluar dengan 'berhenti'."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4552,17 +4560,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4663,19 +4671,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
@@ -682,23 +682,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -710,7 +710,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -746,14 +746,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "Alias {alias_name} è già un comando o alias esistente in uno dei cogs caricati."
@@ -4476,12 +4484,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4506,7 +4514,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4530,7 +4538,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4554,51 +4562,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "E' già in esecuzione una sessione REPL in questo canale. Puoi terminarla scrivendo `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4608,17 +4616,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4719,19 +4727,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@@ -675,23 +675,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -703,7 +703,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -739,14 +739,22 @@ msgstr "グローバルバンクがないので、DMでこのコマンドを実
msgid "You need at least {cost} {currency} to use this command."
msgstr "このコマンドを使用するには、少なくとも {cost} {currency} が必要です。"
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr "残りのメッセージがあります。続行するには {command_1} と入力してください。"
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "{count} のメッセージが残っています。続行するには {command_1} と入力してください。"
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4419,12 +4427,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4449,7 +4457,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4473,7 +4481,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4497,51 +4505,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4551,17 +4559,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4662,19 +4670,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -696,7 +696,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4412,12 +4420,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4442,7 +4450,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4466,7 +4474,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4490,51 +4498,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "이 채널에서 이미 REPL 세션을 실행하고 있어요, `quit`으로 종료하세요."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4544,17 +4552,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4655,19 +4663,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n"
"MIME-Version: 1.0\n"
@@ -707,23 +707,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr "Feil under kommandoen{command}'. Sjekk konsollen eller loggene for detaljer."
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr "Den kommandoen er ikke tilgjengelig i direktemeldinger."
@@ -735,7 +735,7 @@ msgstr "Den kommandoen er bare tilgjengelig i direktemeldinger."
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:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -771,14 +771,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "Det er fortsatt {count} meldinger igjen. Skriv {command_1} for å fortsette."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "Alias {alias_name} er allerede en eksisterende kommando eller alias i en av de lastet cogs."
@@ -4547,12 +4555,12 @@ msgstr "\n"
" Få informasjon om Red's lisenser.\n"
" "
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr "Ulik utvikling fokuserte hjelpemidler."
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4577,7 +4585,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4601,7 +4609,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4625,44 +4633,44 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Kjører allerede en REPL økt i denne kanalen. Avslutt den med \"avslutt\"."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr "Kjører allerede en REPL økt i denne kanalen. Fortsett REPL med `{}repl resume`."
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr "Skriv inn koden for å kjøre eller evaluere. \"exit()\" eller \"slutte\" for å avslutte. \"{}repl pause\" for å pause."
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Avslutter."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr "Det er ingen REPL økt som kjører på denne kanalen."
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr "REPL-økten i denne kanalen er gjenopptatt."
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr "REPL økt i denne kanalen er nå satt på pause."
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
@@ -4671,7 +4679,7 @@ msgstr "Mock en annen bruker pådriver en kommando.\n\n"
" Prefikset må ikke fylles inn.\n"
" "
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4681,18 +4689,18 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr "Gi bot eiere muligheten til å omgå cooldowns.\n\n"
" vedvarer ikke ved omstarter."
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Bot eiere vil nå omgå alle kommandoer med cooldowns."
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "Bot eiere vil ikke lenger omgå alle kommandoer med cooldowns."
@@ -4793,19 +4801,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -696,7 +696,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
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."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4420,12 +4428,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4450,7 +4458,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4474,7 +4482,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4498,51 +4506,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Er is al een REPL sessie gaande in dit kanaal. Stop deze met `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4552,17 +4560,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4663,19 +4671,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
@@ -693,23 +693,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -721,7 +721,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -757,14 +757,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "Alias {alias_name} jest już istniejącym poleceniem lub aliasem w jednym z załadowanych modułów."
@@ -4474,12 +4482,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4504,7 +4512,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4528,7 +4536,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4552,51 +4560,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Już działa sesja REPL na tym kanale. Wyjdź za pomocą `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4606,17 +4614,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4717,19 +4725,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
@@ -85,11 +85,11 @@ msgstr ""
#: redbot/core/_cog_manager.py:470
msgid "The following paths were removed: {paths}"
msgstr ""
msgstr "Os seguintes caminhos foram removidos: {paths}"
#: redbot/core/_cog_manager.py:476
msgid "The following path numbers did not exist: {path_numbers}"
msgstr ""
msgstr "Os seguintes números de caminho não existiam: {path_numbers}"
#: redbot/core/_cog_manager.py:487
#, docstring
@@ -462,7 +462,7 @@ msgstr "O acesso foi negado por uma das verificações de permissões do comando
#: redbot/core/_diagnoser.py:686
msgid "To fix this issue, a manual review of the permission checks is required."
msgstr ""
msgstr "Para corrigir esse problema, é necessária uma revisão manual das verificações de permissão."
#: redbot/core/_diagnoser.py:692
msgid "User's discord permissions and privilege level"
@@ -642,47 +642,47 @@ msgstr ""
#: redbot/core/_events.py:251 redbot/core/_events.py:304
msgid "Argument `{parameter_name}` must be a positive integer."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número inteiro positivo."
#: redbot/core/_events.py:253 redbot/core/_events.py:306
msgid "Argument `{parameter_name}` must be an integer no more than {maximum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número inteiro menor ou igual a {maximum}."
#: redbot/core/_events.py:257 redbot/core/_events.py:310
msgid "Argument `{parameter_name}` must be an integer no less than {minimum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número inteiro maior ou igual a {minimum}."
#: redbot/core/_events.py:261 redbot/core/_events.py:314
msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número inteiro entre {minimum} e {maximum}."
#: redbot/core/_events.py:266 redbot/core/_events.py:319
msgid "Argument `{parameter_name}` must be a positive number."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número positivo."
#: redbot/core/_events.py:268 redbot/core/_events.py:321
msgid "Argument `{parameter_name}` must be a number no more than {maximum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número menor ou igual a {maximum}."
#: redbot/core/_events.py:272
msgid "Argument `{parameter_name}` must be a number no less than {maximum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número maior ou igual a {maximum}."
#: redbot/core/_events.py:276 redbot/core/_events.py:329
msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser um número entre {minimum} e {maximum}."
#: redbot/core/_events.py:281 redbot/core/_events.py:334
msgid "Argument `{parameter_name}` must be a string with a length of no more than {maximum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser uma string com comprimento menor ou igual a {maximum}."
#: redbot/core/_events.py:285 redbot/core/_events.py:338
msgid "Argument `{parameter_name}` must be a string with a length of no less than {minimum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser uma string com comprimento de no mínimo {minimum}."
#: redbot/core/_events.py:289 redbot/core/_events.py:342
msgid "Argument `{parameter_name}` must be a string with a length of between {minimum} and {maximum}."
msgstr ""
msgstr "O argumento `{parameter_name}` deve ser uma string com comprimento entre {minimum} e {maximum}."
#: redbot/core/_events.py:325
msgid "Argument `{parameter_name}` must be a number no less than {minimum}."
@@ -690,31 +690,31 @@ msgstr ""
#: redbot/core/_events.py:355
msgid "\"{argument}\" is not an integer."
msgstr ""
msgstr "\"{argument}\" não é um número inteiro."
#: redbot/core/_events.py:358
msgid "\"{argument}\" is not a number."
msgstr ""
msgstr "\"{argument}\" não é um número."
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
msgstr "Erro no comando '{command}'. Verifique seu console ou logs para mais detalhes."
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
msgstr "Erro no comando '{command}'."
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 redbot/core/tree.py:313
msgid "I require the {permission} permission to execute that command."
msgstr ""
msgstr "Eu preciso da permissão {permission} para executar esse comando."
#: redbot/core/_events.py:410 redbot/core/tree.py:314
#: redbot/core/_events.py:410 redbot/core/tree.py:317
msgid "I require {permission_list} permissions to execute that command."
msgstr ""
msgstr "Eu preciso das permissões {permission_list} para executar esse comando."
#: redbot/core/_events.py:418 redbot/core/tree.py:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
msgstr "Este comando não está disponível em DMs."
#: redbot/core/_events.py:420
msgid "That command is only available in DMs."
@@ -724,7 +724,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -760,14 +760,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "Ainda há mensagens {count} restantes. Digite {command_1} para continuar."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "O atalho {alias_name} já é um comando ou apelido existente em uma das cogs carregadas."
@@ -950,23 +958,23 @@ msgstr ""
#: redbot/core/core_commands.py:648
msgid "The following are statements provided by 3rd-party extensions."
msgstr ""
msgstr "As seguintes declarações são fornecidas por extensões de terceiros."
#: redbot/core/core_commands.py:653
msgid "3rd-party extensions without statements\n"
msgstr ""
msgstr "Extensões de terceiros sem declarações\n"
#: redbot/core/core_commands.py:664
msgid "Here's a generated page with the statements provided by 3rd-party extensions."
msgstr ""
msgstr "Aqui está uma página gerada com as declarações fornecidas por extensões de terceiros."
#: redbot/core/core_commands.py:679
msgid "Did not get confirmation, cancelling."
msgstr ""
msgstr "Nenhuma confirmação recebida, cancelando."
#: redbot/core/core_commands.py:684
msgid "Did not get a matching confirmation, cancelling."
msgstr ""
msgstr "Nenhuma confirmação válida recebida, cancelando."
#: redbot/core/core_commands.py:695
#, docstring
@@ -978,63 +986,79 @@ msgid "\n"
" **Example:**\n"
" - `[p]mydata forgetme`\n"
" "
msgstr ""
msgstr "\n"
" Faz [botname] esquecer o que sabe sobre você.\n\n"
" Isso pode não remover todos os dados sobre você. Dados necessários,\n"
" como tempo de espera de comandos, serão mantidos até que não sejam mais úteis.\n\n"
" Interações futuras com [botname] podem fazer com que este aprenda sobre você de novo.\n\n"
" **Exemplo:**\n"
" - `[p]mydata forgetme`\n"
" "
#: redbot/core/core_commands.py:710
msgid "This command ({command}) does not support non-interactive usage."
msgstr ""
msgstr "Este comando ({command}) não suporta uso não-interativo."
#: redbot/core/core_commands.py:717
msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:"
msgstr ""
msgstr "Isto fará com que o bot descarte e/ou desassocie seus dados. Este não descartará dados operacionais, como registros de moderação, avisos ou silenciamentos. Se você tem certeza de que é isso que quer, por favor, responda com o seguinte:"
#: redbot/core/core_commands.py:727
msgid "This may take some time."
msgstr ""
msgstr "Isto pode demorar um pouco."
#: redbot/core/core_commands.py:740
msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n"
"Please contact the owner of this bot to address this.\n"
"Note: Outside of these failures, data should have been deleted."
msgstr ""
msgstr "Eu tentei remover todos os dados não-operacionais sobre você (aqueles que eu sei como remover), {mention}, no entanto os seguintes módulos falharam: {modules}. Além disso, os seguintes cogs falharam: {cogs}.\n"
"Favor contatar o dono deste bot para resolver isso.\n"
"Aviso: Apesar dessas falhas, os dados devem ter sido removidos."
#: redbot/core/core_commands.py:755
msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n"
"Please contact the owner of this bot to address this.\n"
"Note: Outside of these failures, data should have been deleted."
msgstr ""
msgstr "Eu tentei remover todos os dados não-operacionais sobre você (aqueles que eu sei como remover), {mention}, no entanto os seguintes cogs falharam: {cogs}.\n"
"Favor contatar o dono deste bot para resolver isso.\n"
"Aviso: Apesar dessas falhas, os dados devem ter sido removidos."
#: redbot/core/core_commands.py:765
msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n"
"Please contact the owner of this bot to address this.\n"
"Note: Outside of these failures, data should have been deleted."
msgstr ""
msgstr "Eu tentei remover todos os dados não-operacionais sobre você (aqueles que eu sei como remover), {mention}, no entanto os seguintes módulos falharam: {modules}.\n"
"Favor contatar o dono deste bot para resolver isso.\n"
"Aviso: Apesar dessas falhas, os dados devem ter sido removidos."
#: redbot/core/core_commands.py:775
msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}"
msgstr ""
msgstr "Eu removi todos os dados não-operacionais sobre você (aqueles que eu sei como remover), {mention}"
#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950
#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107
msgid "{mention} The following cogs did not handle deletion:\n"
"{cogs}."
msgstr ""
msgstr "{mention} Os seguintes cogs não lidam com exclusão:\n"
"{cogs}."
#: redbot/core/core_commands.py:793
#, docstring
msgid "[Coming Soon] Get what data [botname] has about you."
msgstr ""
msgstr "[Em breve] Receba quais dados [botname] tem sobre você."
#: redbot/core/core_commands.py:795
msgid "This command doesn't do anything yet, but we're working on adding support for this."
msgstr ""
msgstr "Este comando ainda não faz nada, mas estamos trabalhando para dar suporte a isso."
#: redbot/core/core_commands.py:804
#, docstring
msgid "\n"
" Commands for more complete data handling.\n"
" "
msgstr ""
msgstr "\n"
" Comandos para um gerenciamento de dados mais completo.\n"
" "
#: redbot/core/core_commands.py:810
#, docstring
@@ -1045,11 +1069,17 @@ msgid "\n"
" **Example:**\n"
" - `[p]mydata ownermanagement allowuserdeletions`\n"
" "
msgstr ""
msgstr "\n"
" Define o bot para permitir usuários a solicitarem exclusão de dados.\n\n"
" Isso é ativado por padrão.\n"
" É o oposto de `[p]mydata ownermanagement disallowuserdeletions`\n\n"
" **Examplo:**\n"
" - `[p]mydata ownermanagement allowuserdeletions`\n"
" "
#: redbot/core/core_commands.py:821
msgid "User can delete their own data. This will not include operational data such as blocked users."
msgstr ""
msgstr "O usuário pode excluir seus próprios dados. Isto não incluirá dados operacionais como usuários bloqueados."
#: redbot/core/core_commands.py:829
#, docstring
@@ -1228,7 +1258,7 @@ msgstr ""
#: redbot/core/core_commands.py:1168
msgid "Guild setting: {value}\n"
msgstr ""
msgstr "Configuração da guilda: {value}\n"
#: redbot/core/core_commands.py:1173
msgid "Server command setting for {command} command: {value}\n"
@@ -1240,7 +1270,7 @@ msgstr ""
#: redbot/core/core_commands.py:1182
msgid "User setting: {value}"
msgstr ""
msgstr "Configuração do usuário: {value}"
#: redbot/core/core_commands.py:1188
#, docstring
@@ -1256,11 +1286,11 @@ msgstr ""
#: redbot/core/core_commands.py:1202
msgid "Embeds are now disabled by default."
msgstr ""
msgstr "As mensagens incorporadas agora estão desativadas por padrão."
#: redbot/core/core_commands.py:1205
msgid "Embeds are now enabled by default."
msgstr ""
msgstr "As mensagens incorporadas agora estão ativadas por padrão."
#: redbot/core/core_commands.py:1211
#, docstring
@@ -1285,7 +1315,7 @@ msgstr "As mensagens incorporadas agora usarão a configuração global como rec
#: redbot/core/core_commands.py:1235
msgid "Embeds are now enabled for this guild."
msgstr ""
msgstr "As mensagens incorporadas agora estão ativadas para esta guilda."
#: redbot/core/core_commands.py:1237
msgid "Embeds are now disabled for this guild."
@@ -1515,19 +1545,19 @@ msgstr ""
#: redbot/core/core_commands.py:1621
msgid "You haven't passed any server ID. Do you want me to leave this server?"
msgstr ""
msgstr "Você não forneceu nenhum ID de servidor. Você quer que eu saia deste servidor?"
#: redbot/core/core_commands.py:1627
msgid "Are you sure you want me to leave these servers?"
msgstr ""
msgstr "Tem certeza que quer que eu saia desses servidores?"
#: redbot/core/core_commands.py:1633
msgid "Are you sure you want me to leave this server?"
msgstr ""
msgstr "Tem certeza que quer que eu saia deste servidor?"
#: redbot/core/core_commands.py:1641
msgid "I cannot leave the server `{server_name}`: I am the owner of it."
msgstr ""
msgstr "Não posso deixar o servidor `{server_name}`: eu sou o dono."
#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138
#: redbot/core/core_commands.py:4156
@@ -1540,23 +1570,23 @@ msgstr "Certo. Tchau :wave:"
#: redbot/core/core_commands.py:1661
msgid "Alright. Leaving {number} servers..."
msgstr ""
msgstr "Certo. Saindo de {number} servidores..."
#: redbot/core/core_commands.py:1664
msgid "Alright. Leaving one server..."
msgstr ""
msgstr "Certo. Saindo de um servidor..."
#: redbot/core/core_commands.py:1670
msgid "Alright, I'll stay then. :)"
msgstr ""
msgstr "Certo, vou ficar então. :)"
#: redbot/core/core_commands.py:1673
msgid "Alright, I'm not leaving those servers."
msgstr ""
msgstr "Certo, não estou saindo daqueles servidores."
#: redbot/core/core_commands.py:1675
msgid "Alright, I'm not leaving that server."
msgstr ""
msgstr "Certo, não estou saindo daquele servidor."
#: redbot/core/core_commands.py:1680
#, docstring
@@ -1564,7 +1594,10 @@ msgid "\n"
" Lists the servers [botname] is currently in.\n\n"
" Note: This command is interactive.\n"
" "
msgstr ""
msgstr "\n"
" Lista os servidores que [botname] está presente atualmente.\n\n"
" Aviso: Este comando é interativo.\n"
" "
#: redbot/core/core_commands.py:1700
#, docstring
@@ -1581,30 +1614,33 @@ msgstr ""
#: redbot/core/core_commands.py:1721
msgid "Loaded {packs}."
msgstr ""
msgstr "Carregados {packs}."
#: redbot/core/core_commands.py:1726
msgid "The following package is already loaded: {pack}"
msgstr ""
msgstr "O seguinte pacote já está carregado: {pack}"
#: redbot/core/core_commands.py:1730
msgid "The following packages are already loaded: {packs}"
msgstr ""
msgstr "Os seguintes pacotes já estão carregados: {packs}"
#: redbot/core/core_commands.py:1737
msgid "Failed to load the following package: {pack}.\n"
"Check your console or logs for details."
msgstr ""
msgstr "Falha ao carregar o seguinte pacote: {pack}.\n"
"Verifique o seu console ou logs para mais detalhes."
#: redbot/core/core_commands.py:1742
msgid "Failed to load the following packages: {packs}\n"
"Check your console or logs for details."
msgstr ""
msgstr "Falha ao carregar os seguintes pacotes: {packs}\n"
"Verifique o seu console ou logs para mais detalhes."
#: redbot/core/core_commands.py:1750 redbot/core/core_commands.py:1898
msgid "The following name is not a valid package name: {pack}\n"
"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores."
msgstr ""
msgstr "O nome a seguir não é um nome de pacote válido: {pack}\n"
"Nomes de pacotes não podem começar com um número e só podem conter números e letras Ascii e subtraços (_)."
#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904
msgid "The following names are not valid package names: {packs}\n"
@@ -1707,7 +1743,8 @@ msgstr ""
#: redbot/core/core_commands.py:1936
msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n"
"You should inform maintainers of these repos about this message."
msgstr ""
msgstr "**AVISO**: O seguinte repositório está usando bibliotecas compartilhadas marcadas para remoção no futuro: {repo}.\n"
"Você deve informar mantenedores desses repositórios sobre esta mensagem."
#: redbot/core/core_commands.py:1962
#, docstring
@@ -1723,23 +1760,29 @@ msgid "Marks an application command as being enabled, allowing it to be added to
" - `<command_name>` - The command name to enable. Only the top level name of a group command should be used.\n"
" - `[command_type]` - What type of application command to enable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n"
" "
msgstr ""
msgstr "Marca um comando da aplicação como ativo, permitindo ser adicionado ao bot.\n\n"
" Veja os comandos disponíveis para serem ativados com `[p]slash list`.\n\n"
" Este comando NÃO sincroniza os comandos ativos com o Discord, que deve ser feito manualmente com `[p]slash sync` para que os comandos apareçam para os usuários.\n\n"
" **Argumentos:**\n"
" - `<command_name>` - O nome do comando para ativar. Apenas o primeiro nome de um comando de grupo deve ser usado.\n"
" - `[command_type]` - O tipo de comando da aplicação para ativar. Deve ser `slash` (barra), `message` (mensagem) ou `user` (usuário). Por padrão, seu valor é `slash`.\n"
" "
#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055
msgid "Command type must be one of `slash`, `message`, or `user`."
msgstr ""
msgstr "Tipo do comando deve ser `slash` (barra), `message` (mensagem), ou `user` (usuário)."
#: redbot/core/core_commands.py:2003
msgid "That application command is already enabled."
msgstr ""
msgstr "Este comando de aplicação já está ativado."
#: redbot/core/core_commands.py:2008
msgid "That application command could not be found. Use `{prefix}slash list` to see all application commands. You may need to double check the command type."
msgstr ""
msgstr "Esse comando de aplicação não foi encontrado. Use `{prefix}slash list` para ver todos os comandos de aplicação. Talvez seja necessário verificar novamente o tipo de comando."
#: redbot/core/core_commands.py:2019
msgid "The command limit has been reached. Disable a command first."
msgstr ""
msgstr "O limite de comandos foi atingido. Desative um comando primeiro."
#: redbot/core/core_commands.py:2024
msgid "Enabled {command_type} application command `{command_name}`"
@@ -4461,12 +4504,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4491,7 +4534,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4515,7 +4558,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4539,51 +4582,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Saindo."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4593,17 +4636,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4704,19 +4747,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
@@ -679,23 +679,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -707,7 +707,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -743,14 +743,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "Ainda há mensagens {count} restantes. Digite {command_1} para continuar."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4430,12 +4438,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4460,7 +4468,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4484,7 +4492,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4508,51 +4516,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4562,17 +4570,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4673,19 +4681,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
@@ -709,23 +709,23 @@ msgstr "\"{argument}\" не целое число."
msgid "\"{argument}\" is not a number."
msgstr "\"{argument}\" не является числом."
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr "Ошибка в команде '{command}'. Проверьте консоль или журналы для получения подробной информации."
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr "Ошибка в команде '{command}'."
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr "Эта команда недоступна в DMs."
@@ -737,7 +737,7 @@ msgstr "Эта команда доступна только в DMs."
msgid "That command is only available in NSFW channels."
msgstr "Эта команда доступна только в NSFW каналах."
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -773,14 +773,22 @@ msgstr "Не удается оплатить эту команду в ЛС бе
msgid "You need at least {cost} {currency} to use this command."
msgstr "Вам нужно как минимум {cost} {currency} для того чтобы использовать данную команду."
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr "Осталось одно сообщение. Чтобы продолжить, введите {command_1}."
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "Остались сообщения {count} . Введите {command_1} , чтобы продолжить."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "Псевдоним {alias_name} уже является существующей командой или псевдонимом в одном из загруженных cog'ов."
@@ -4579,12 +4587,12 @@ msgstr "\n"
" Получить информацию о лицензиях Red.\n"
" "
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr "Различные утилиты, ориентированные на разработки."
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4609,7 +4617,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4633,7 +4641,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4657,44 +4665,44 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Уже выполняется сеанс REPL в этом канале. Выйдите из него с `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr "В этом канале уже запущен сеанс REPL. Возобновите REPL с помощью `{}repl resume`."
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr "Введите код для выполнения или оценки. `exit()` или `quit` для выхода. `{}repl pause` для приостановки."
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Выход."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr "Непредвиденная ошибка: "
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr "В настоящее время в этом канале нет запущенной сессии REPL."
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr "Сеанс REPL в этом канале был возобновлен."
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr "Сессия REPL в этом канале теперь приостановлена."
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
@@ -4703,7 +4711,7 @@ msgstr "Прикрепить другого пользователя, вызыв
" Префикс не должен быть введен.\n"
" "
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4713,18 +4721,18 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr "Дает владельцам ботов возможность обходить кулдауны.\n\n"
" Не сохраняется после перезапуска."
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Владельцы ботов теперь будут обходить все команды с таймаутами."
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "Владельцы ботов больше не будут обходить все команды с таймаутами."
@@ -4825,19 +4833,19 @@ msgstr "Изменено:"
msgid "Last modified at:"
msgstr "Последние изменения:"
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr "Команда не найдена."
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr "Вам не разрешено использовать эту команду."
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Slovak\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -696,7 +696,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4412,12 +4420,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4442,7 +4450,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4466,7 +4474,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4490,51 +4498,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4544,17 +4552,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4655,19 +4663,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Slovenian\n"
"MIME-Version: 1.0\n"
@@ -673,23 +673,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -701,7 +701,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -737,14 +737,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "Vzdevek {alias_name} je že obstoječa komanda ali vzdevek v enem izmed naloženih modulov."
@@ -4448,12 +4456,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4478,7 +4486,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4502,7 +4510,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4526,51 +4534,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4580,17 +4588,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Lastniki bota bodo zdaj preskočili vse ohladitve komand."
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "Lastniki bota ne bodo več mogli preskočiti ohladitve komand."
@@ -4691,19 +4699,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
@@ -678,23 +678,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -706,7 +706,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -742,14 +742,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
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
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
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."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4436,12 +4444,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4466,7 +4474,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4490,7 +4498,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4514,51 +4522,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Kör redan en REPL session i denna kanal, avsluta den med `quit`."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4568,17 +4576,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4679,19 +4687,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"MIME-Version: 1.0\n"
@@ -703,23 +703,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr "\"{argument}\" bir sayı değildir."
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr "Bu komutu kullanırken bir hata oluştu '{command}'. Detaylar için konsolu veya günlükleri kontrol edin."
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr "Bu komut DM üzerinden kullanılamaz."
@@ -731,7 +731,7 @@ msgstr "Bu komut sadece DM üzerinden kullanılabilir."
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:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -767,14 +767,22 @@ 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:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "{alias_name} çalışmakta olan coglardan birinde bir komut veya komut takma adı olarak zaten kullanımda."
@@ -4563,12 +4571,12 @@ msgstr "\n"
" Red'in lisansları hakkında bilgi al.\n"
" "
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr "Çeşitli geliştirme odaklı araçlar."
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4593,7 +4601,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4617,7 +4625,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4641,44 +4649,44 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "Zaten bir çoğaltma oturum bu kanalda çalışan. Bunu 'istifa ile' çık."
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr "Bu kanalda zaten bir REPL oturumu çalışmakta. `{}repl resume` ile REPL'ı devam ettirin."
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr "Çalıştırmak veya değerlendirmek için kod girin. Çıkmak için `exit()` veya `quit` kullanın. Ara vermek için `{}repl pause` kullanın."
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "Çıkılıyor."
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr "Şu anda bu kanalda çalışmakta olan REPL oturumu yok."
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr "Bu kanaldaki REPL oturumu sürdürüldü."
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr "Bu kanaldaki REPL oturumu duraklatıldı."
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
@@ -4687,7 +4695,7 @@ msgstr "Komutu başkası çalıştırmış gibi göster.\n\n"
" Önek girilmemelidir.\n"
" "
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4697,18 +4705,18 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr "Bot sahiplerine bekleme süresinden muaf tutulma izni ver.\n\n"
" Yeniden başlatıldığında bu ayar sıfırlanır."
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Bot sahipleri artık bekleme süresi olan tüm komutlardan muaf."
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "Bot sahipleri artık bekleme süresi olan tüm komutlardan muaf değil."
@@ -4809,19 +4817,19 @@ msgstr "Düzenleyen kişi:"
msgid "Last modified at:"
msgstr "Son düzenlenme tarihi:"
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -696,7 +696,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr "Залишилося одне повідомлення. Введіть {command_1} , щоб продовжити."
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr "Залишилося ще {count} . Введіть {command_1} для продовження."
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4420,12 +4428,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4450,7 +4458,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4474,7 +4482,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4498,51 +4506,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4552,17 +4560,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4663,19 +4671,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n"
@@ -668,23 +668,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -696,7 +696,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -732,14 +732,22 @@ msgstr ""
msgid "You need at least {cost} {currency} to use this command."
msgstr ""
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr ""
@@ -4412,12 +4420,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4442,7 +4450,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4466,7 +4474,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4490,51 +4498,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr ""
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4544,17 +4552,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4655,19 +4663,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
@@ -686,23 +686,23 @@ msgstr ""
msgid "\"{argument}\" is not a number."
msgstr ""
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr ""
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr ""
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr ""
@@ -714,7 +714,7 @@ msgstr ""
msgid "That command is only available in NSFW channels."
msgstr ""
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr ""
@@ -750,14 +750,22 @@ msgstr "如果没有全球银行无法在DM中支付此命令"
msgid "You need at least {cost} {currency} to use this command."
msgstr "你至少需要 {cost} {currency} 才能使用此命令"
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "别名 {alias_name} 已经是一个已加载的齿轮中存在的命令或别名"
@@ -4498,12 +4506,12 @@ msgid "\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr ""
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4528,7 +4536,7 @@ msgid "Evaluate a statement of python code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4552,7 +4560,7 @@ msgid "Execute asynchronous code.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4576,51 +4584,51 @@ msgid "Open an interactive REPL.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "已经在这个通道中运行REPL会话。选择'退出'来退出。"
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr ""
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr ""
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr ""
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr ""
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr ""
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr ""
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr ""
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr ""
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4630,17 +4638,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" "
msgstr ""
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr ""
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr ""
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr ""
@@ -4741,19 +4749,19 @@ msgstr ""
msgid "Last modified at:"
msgstr ""
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr ""
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr ""
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2025-02-06 00:43+0000\n"
"POT-Creation-Date: 2025-08-25 21:44+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n"
@@ -700,23 +700,23 @@ msgstr "“{argument}”不是整數。"
msgid "\"{argument}\" is not a number."
msgstr "“{argument}”不是數字。"
#: redbot/core/_events.py:385 redbot/core/tree.py:293
#: redbot/core/_events.py:385 redbot/core/tree.py:296
msgid "Error in command '{command}'. Check your console or logs for details."
msgstr "命令“{command}”出錯。 檢查您的控制台或日誌以獲取詳細信息。"
#: redbot/core/_events.py:388 redbot/core/tree.py:296
#: redbot/core/_events.py:388 redbot/core/tree.py:299
msgid "Error in command '{command}'."
msgstr "指令“{command}”出錯。"
#: redbot/core/_events.py:406 redbot/core/tree.py:310
#: redbot/core/_events.py:406 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:314
#: redbot/core/_events.py:410 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:321
#: redbot/core/_events.py:418 redbot/core/tree.py:324
msgid "That command is not available in DMs."
msgstr "該指令在 DM 中不可用。"
@@ -728,7 +728,7 @@ msgstr "該指令僅在 DM 中可用。"
msgid "That command is only available in NSFW channels."
msgstr "該指令僅在 NSFW 頻道中可用。"
#: redbot/core/_events.py:434 redbot/core/tree.py:327
#: redbot/core/_events.py:434 redbot/core/tree.py:330
msgid "This command is on cooldown. Try again {relative_time}."
msgstr "此命令正在冷卻。 {relative_time} 再試一次。"
@@ -764,14 +764,22 @@ msgstr "如果沒有全球銀行,就無法在 DM 中支付此命令。 "
msgid "You need at least {cost} {currency} to use this command."
msgstr "您至少需要 {cost} {currency} 才能使用此命令。"
#: redbot/core/bot.py:2482
#: redbot/core/bot.py:2487
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:2487
#: redbot/core/bot.py:2491
msgid "There is still one message remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/bot.py:2496
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
msgid "There are still {count} messages remaining. Type {command_1} to continue."
msgstr ""
#: redbot/core/core_commands.py:197
msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs."
msgstr "別名 {alias_name} 已經是一個已加載的 cogs 中的現有命令或別名。"
@@ -4578,12 +4586,12 @@ msgstr "\n"
" 獲取有關 Red 許可證的信息。\n"
" "
#: redbot/core/dev_commands.py:412
#: redbot/core/dev_commands.py:416
#, docstring
msgid "Various development focused utilities."
msgstr "各種以開發為重點的實用程序。"
#: redbot/core/dev_commands.py:455
#: redbot/core/dev_commands.py:459
#, docstring
msgid "Evaluate a statement of python code.\n\n"
" The bot will always respond with the return value of the code.\n"
@@ -4628,7 +4636,7 @@ msgstr "評估 python 代碼的語句。\n\n"
" `cf` - redbot.core.utils.chat_formatting 模塊\n"
" "
#: redbot/core/dev_commands.py:491
#: redbot/core/dev_commands.py:495
#, docstring
msgid "Execute asynchronous code.\n\n"
" This command wraps code into the body of an async function and then\n"
@@ -4671,7 +4679,7 @@ msgstr "執行異步代碼。\n\n"
" `cf` - redbot.core.utils.chat_formatting 模塊\n"
" "
#: redbot/core/dev_commands.py:527
#: redbot/core/dev_commands.py:531
#, docstring
msgid "Open an interactive REPL.\n\n"
" The REPL will only recognise code as messages which start with a\n"
@@ -4714,44 +4722,44 @@ msgstr "打開交互式 REPL。\n\n"
" `cf` - redbot.core.utils.chat_formatting 模塊\n"
" "
#: redbot/core/dev_commands.py:553
#: redbot/core/dev_commands.py:557
msgid "Already running a REPL session in this channel. Exit it with `quit`."
msgstr "已在此頻道中運行 REPL 會話。 用 `quit` 退出它。"
#: redbot/core/dev_commands.py:557
#: redbot/core/dev_commands.py:561
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
msgstr "已在此頻道中運行 REPL 會話。 使用“{}repl resume”恢復 REPL。"
#: redbot/core/dev_commands.py:568
#: redbot/core/dev_commands.py:572
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
msgstr "輸入要執行或評估的代碼。 `exit()` 或 `quit` 退出。 `{}repl pause` 暫停。"
#: redbot/core/dev_commands.py:583
#: redbot/core/dev_commands.py:587
msgid "Exiting."
msgstr "正在退出中。"
#: redbot/core/dev_commands.py:595
#: redbot/core/dev_commands.py:599
msgid "Unexpected error: "
msgstr "意外的錯誤: "
#: redbot/core/dev_commands.py:599
#: redbot/core/dev_commands.py:603
#, docstring
msgid "Pauses/resumes the REPL running in the current channel."
msgstr "暫停/恢復在當前頻道中運行的 REPL。"
#: redbot/core/dev_commands.py:601
#: redbot/core/dev_commands.py:605
msgid "There is no currently running REPL session in this channel."
msgstr "此頻道中當前沒有正在運行的 REPL 會話。"
#: redbot/core/dev_commands.py:609
#: redbot/core/dev_commands.py:613
msgid "The REPL session in this channel has been resumed."
msgstr "該頻道中的 REPL 會話已恢復。"
#: redbot/core/dev_commands.py:611
#: redbot/core/dev_commands.py:615
msgid "The REPL session in this channel is now paused."
msgstr "此頻道中的 REPL 會話現已暫停。"
#: redbot/core/dev_commands.py:617
#: redbot/core/dev_commands.py:621
#, docstring
msgid "Mock another user invoking a command.\n\n"
" The prefix must not be entered.\n"
@@ -4760,7 +4768,7 @@ msgstr "模擬另一個用戶調用命令。\n\n"
" 不得輸入前綴。\n"
" "
#: redbot/core/dev_commands.py:633
#: redbot/core/dev_commands.py:637
#, docstring
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
" Current message is used as a base (including attachments, embeds, etc.),\n"
@@ -4775,18 +4783,18 @@ msgstr "像其他用戶發送的那樣發送消息事件。\n\n"
" 或任何其他使消息非空的東西。\n"
" "
#: redbot/core/dev_commands.py:654
#: redbot/core/dev_commands.py:658
#, docstring
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
" Does not persist through restarts."
msgstr "讓機器人擁有者能夠繞過冷卻時間。\n\n"
" 不會通過重新啟動持續存在。"
#: redbot/core/dev_commands.py:662
#: redbot/core/dev_commands.py:666
msgid "Bot owners will now bypass all commands with cooldowns."
msgstr "Bot 所有者現在將繞過所有具有冷卻時間的命令。"
#: redbot/core/dev_commands.py:664
#: redbot/core/dev_commands.py:668
msgid "Bot owners will no longer bypass all commands with cooldowns."
msgstr "機器人所有者將不再繞過所有具有冷卻時間的命令。"
@@ -4887,19 +4895,19 @@ msgstr "修改人:"
msgid "Last modified at:"
msgstr "最後修改於:"
#: redbot/core/tree.py:272
#: redbot/core/tree.py:275
msgid "Command not found."
msgstr "無該指令。"
#: redbot/core/tree.py:336
#: redbot/core/tree.py:339
msgid "You are not permitted to use this command."
msgstr "您沒有權限使用此指令。"
#: redbot/core/tree.py:363
#: redbot/core/tree.py:366
msgid "This channel or server is ignored."
msgstr ""
#: redbot/core/tree.py:370
#: redbot/core/tree.py:373
msgid "You are not permitted to use commands because of an allowlist or blocklist."
msgstr ""

View File

@@ -65,7 +65,7 @@ msgstr "Sekunden"
#: redbot/core/utils/chat_formatting.py:667
msgid "negative"
msgstr ""
msgstr "negativ"
#: redbot/core/utils/views.py:34
msgid "Select a Page"

View File

@@ -65,31 +65,31 @@ msgstr "másodperc"
#: redbot/core/utils/chat_formatting.py:667
msgid "negative"
msgstr ""
msgstr "negatív"
#: redbot/core/utils/views.py:34
msgid "Select a Page"
msgstr ""
msgstr "Válasz oldalt"
#: redbot/core/utils/views.py:183
msgid "Page {num}"
msgstr ""
msgstr "Oldal {num}"
#: redbot/core/utils/views.py:338 redbot/core/utils/views.py:698
msgid "You are not authorized to interact with this."
msgstr ""
msgstr "Ön nem jogosult arra, hogy ezzel kapcsolatba lépjen."
#: redbot/core/utils/views.py:380
msgid "Set API Keys"
msgstr ""
msgstr "API kulcsok beállítása"
#: redbot/core/utils/views.py:381
msgid "Keys and tokens"
msgstr ""
msgstr "Kulcsok és tokenek"
#: redbot/core/utils/views.py:388
msgid "Keys and tokens for {service}"
msgstr ""
msgstr "Kulcsok és tokenek {service} re/ra"
#: redbot/core/utils/views.py:397
msgid "Service"
@@ -97,7 +97,7 @@ msgstr "Szolgáltatás"
#: redbot/core/utils/views.py:434
msgid "This modal is for bot owners only. Whoops!"
msgstr ""
msgstr "Ez a modal csak a botok tulajdonosainak szól. Whoops!"
#: redbot/core/utils/views.py:447
msgid "{error_message}\n"
@@ -107,9 +107,9 @@ msgstr "{error_message}\n"
#: redbot/core/utils/views.py:454 redbot/core/utils/views.py:461
msgid "`{service}` API tokens have been set."
msgstr ""
msgstr "`{service}` API token beállítva."
#: redbot/core/utils/views.py:497
msgid "This button is for bot owners only, oh well."
msgstr ""
msgstr "Ez a gomb a bot tulajdonosnak van csak, ó hát."